Cucumber v6.0.0-RC1 Release Notes

Release Date: 2020-04-23 // almost 4 years ago
  • ➕ Added

    • [Core] Support limited set of cURL commands for UrlOutputStream (#1910, #1932 M.P. Korstanje, Aslak Hellesøy)

    🔄 Changed

    • [Core] Use Gherkin 6+ and Cucumber messages (#1841, #1941, #1942 M.P. Korstanje, Aslak Hellesøy)
      • Implements the message formatter which will output cucumber messages as ndjson
      • Implements improved htmlformatter
        • Change your plugin options html:target/cucumber-html to html:target/cucumber-html/index.html
      • Switches the default parser to Gherkin 6+. This will enable rule support by default.
      • Adds exception to TestRunFinished event.
      • Adds error state json to JsonFormatter output.
      • Add exception handling around Cucumber execution. When execution fails, Cucumber will still emit the TestRunFinished event.

    🛠 Fixed

    • [Java] Invoke static methods without instantiating target object (#1953 M.P. Korstanje)