All Versions
144
Latest Version
Avg Release Cycle
26 days
Latest Release
213 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v6.2.0 Changes
July 02, 2020 -
v6.1.2 Changes
June 25, 2020π Fixed
- [Core] Update
cucumber-expressions
to v10.2.1- Retain position of optional groups (cucumber/#1076, cucumber/#511, cucumber/#952 M.P. Korstanje)
- [Core] Generate valid parameter names in snippets (#2029 M.P. Korstanje)
- [Core] Update
-
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 -
v6.0.0 Changes
June 07, 2020β Added
- [Spring] Add
@ScenarioScope
annotation (#1974 M.P. Korstanje)- Preferable to
@Scope(value = SCOPE_CUCUMBER_GLUE)
- Preferable to
π 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)
- [Spring] Add
-
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
-
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
html
formatter- Change your plugin options
html:target/cucumber-html
tohtml:target/cucumber-html/index.html
- Change your plugin options
- 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.
- Implements the
π 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)- See spring/README.md for more information
- [Core] Deprecate multiple tag arguments in @CucumberOptions (#1955 M.P. Korstanje)
- use a tag expresion instead
@CucumberOptions(tags="(@cucumber or @pickle) and not @salad")
- use a tag expresion instead
- [Java]
-
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.
- Allows
π 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)
- [Spring] Add
-
v5.5.0 Changes
March 12, 2020