All Versions
144
Latest Version
Avg Release Cycle
26 days
Latest Release
213 days ago

Changelog History
Page 5

  • v6.2.0 Changes

    July 02, 2020

    πŸ”„ Changed

    πŸ›  Fixed

    • [Core] Render attachments in html formatter
  • v6.1.2 Changes

    June 25, 2020

    πŸ›  Fixed

  • v6.1.1 Changes

    June 12, 2020

    βž• Added

    • [JUnit] Warn about usage of io.cucumber.testng.CucumberOptions
    • [TestNG] Warn about usage of io.cucumber.junit.CucumberOptions

    πŸ›  Fixed

    • [Core] Always use UTF8 encoding (#2021 M.P. Korstanje)
  • v6.1.0 Changes

    June 11, 2020

    βž• Added

    • [CDI Jakarta] Implement ObjectFactory using CDI Jakarta (#2009 Romain Manni-Bucau)
    • [Core] Add location to tag expression exception (#1979 Christopher Yocum)

    πŸ›  Fixed

    • [Core] Correct issue with usage report durations >= 1 second (#1989 Dan Woodward)
    • [Core] Fix locale in DefaultSummaryPrinter (#2010 Romain Manni-Bucau, M.P. Korstanje)
  • v6.0.0 Changes

    June 07, 2020

    βž• Added

    • [Spring] Add @ScenarioScope annotation (#1974 M.P. Korstanje)
      • Preferable to @Scope(value = SCOPE_CUCUMBER_GLUE)

    πŸ›  Fixed

    • [Plugin] Restored Status.isOk(boolean isStrict) to avoid breaking existing plugins
    • [Core] Execute features files without pickles (#1973 M.P. Korstanje)
    • [Spring] Require an active scenario before creating beans (#1974 M.P. Korstanje)
    • [Core] Fix NPE in CucumberExecutionContext.emitMeta when in a shaded jar (M.P. Korstanje)
    • [Core] Fix line filter for scenario outlines (#1981 M.P. Korstanje)
    • [Core] cucumber.feature preserves tags when used with a feature argument (#1986 M.P. Korstanje)
  • v6.0.0-RC2 Changes

    May 03, 2020

    βž• Added

    • [Plugin] Add TestSourceParsed event (#1895 M.P. Korstanje)

    πŸ”„ Changed

    • [Core] Default to --strict mode (#1960 M.P. Korstanje)
    • [Java] Switch useRegexpMatchAsStrongTypeHint default to false (#1915 M.P. Korstanje)

    βœ‚ Removed

    • [Core] Remove multiple tag arguments in @CucumberOptions (#1948 M.P. Korstanje)
    • [Core] Remove cucumber.options property (#1958 M.P. Korstanje)
    • [Spring] Remove cucumber.xml and implied context configuration (#1959 M.P. Korstanje)
    • [Guice] Remove deprecated scenario scope and module constant

    πŸ›  Fixed

    • [Core] Include all fields in JsonFormatters failure feature (#1954 M.P. Korstanje)

    πŸ”’ Security

    • [Core] Upgrade jQuery to 3.5.1 (#1971 M.P. Korstanje)
  • v6.0.0-RC1 Changes

    April 23, 2020

    βž• 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)
  • v5.7.0 Changes

    May 01, 2020

    βž• Added

    • [Java] Scenario.log(String) & Scenario.attach(byte[], String, String) (#1893 Tim te Beek)
    • [JUnit Platform] Map tags to exclusive resources (#1944 M.P. Korstanje)

    πŸ—„ Deprecated

    • [Java] Scenario.write(String) & Scenario.embed(byte[], String, String) (#1893 Tim te Beek)
    • [Spring] Deprecated cucumber.xml and implicit context configuration (#1940 M.P. Korstanje)
    • [Core] Deprecate multiple tag arguments in @CucumberOptions (#1955 M.P. Korstanje)
      • use a tag expresion instead @CucumberOptions(tags="(@cucumber or @pickle) and not @salad")
  • v5.6.0 Changes

    April 02, 2020

    βž• Added

    • [Spring] Add @CucumberContextConfiguration annotation (#1911 Anton Deriabin)
      • Allows cucumber-spring to discover application context configurations without requiring step definitions or hooks to be available in the class.

    πŸ”„ Changed

    • [JUnit Platform] Update junit-platform dependency to 1.6.1 (#1923 M.P. Korstanje)
    • [Spring] Update spring-* dependency to 5.2.4.RELEASE (#1923 M.P. Korstanje)

    πŸ›  Fixed

    • [Core] Upgrade datatable to v3.3.1 (#1928, cucumber/cucumber#540 M.P. Korstanje)
      • Correctly throw an exception when converting a horizontal table to a list of Strings
    • [Core] Deduplicate suggest snippets (#1930 M.P. Korstanje)
  • v5.5.0 Changes

    March 12, 2020

    βž• Added

    • [Java] Add @ParameterType(useRegexpMatchAsStrongTypeHint=true/false) (#1905 M.P. Korstanje)

    πŸ›  Fixed

    • [TestNG] Fix concurrent modification of events (#1919 M.P. Korstanje)
      • Resolves an NPE when running TestNG with parallel="methods"