File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change
1
+
1
2
Please see [ CONTRIBUTING.md] ( https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md ) on how to contribute to Cucumber.
2
3
3
4
4
5
## [ 4.0.0-SNAPSHOT] ( https://github.com/cucumber/cucumber-jvm/compare/v3.0.2...master ) (In Git)
5
6
6
7
### Added
8
+ * [ Core] Added extraGlue option to ` @CucumberOptions ` ([ #1439 ] ( https://github.com/cucumber/cucumber-jvm/pull/1439 ) Eduardo Kalinowski)
7
9
* [ Core] Support parallel execution of pickles ([ #1389 ] ( https://github.com/cucumber/cucumber-jvm/pull/1389 ) Kiel Boatman, M.P. Korstanje)
8
10
* When running with parallel support enabled all Plugins implementing ` EventHandler ` /` Formater ` will receive events
9
11
after execution has completed in ` Event.CANONICAL_ORDER ` .
@@ -40,6 +42,7 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
40
42
* [ Core] Remove deprecated TestStep methods ([ #1391 ] ( https://github.com/cucumber/cucumber-jvm/pull/1391 ) M.P. Korstanje)
41
43
42
44
### Fixed
45
+ * [ Core] Set scenario result as step finishes ([ #1430 ] ( https://github.com/cucumber/cucumber-jvm/pull/1430 ) M.P. Korstanje)
43
46
44
47
## [ 3.0.2] ( https://github.com/cucumber/cucumber-jvm/compare/v3.0.1...v3.0.2 )
45
48
You can’t perform that action at this time.
0 commit comments