File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
4
4
## [ 4.0.0-SNAPSHOT] ( https://github.com/cucumber/cucumber-jvm/compare/v3.0.2...master ) (In Git)
5
5
6
6
### Added
7
+ * [ Core] Support parallel execution of pickles ([ #1389 ] ( https://github.com/cucumber/cucumber-jvm/pull/1389 ) Kiel Boatman, M.P. Korstanje)
8
+ * When running with parallel support enabled all Plugins implementing ` EventHandler ` /` Formater ` will receive events
9
+ after execution has completed in ` Event.CANONICAL_ORDER ` .
10
+ * Plugins implementations implementing ` ConcurrentEventListener ` will receive events in real time.
11
+ * Plugins implementations are synchronized on and will not receive concurrent events.
12
+ * Added the ` --threads ` commandline argument for the CLI.
13
+ * When ` --threads ` is used with a value greater then 1 parallel support is enabled for the CLI.
14
+ * JUnit/TestNG have parallel support enabled by default. Consult their respective documentation for parallel executions.
7
15
* [ Spring] Add documentation for spring object factory ([ #1405 ] ( https://github.com/cucumber/cucumber-jvm/pull/1405 ) Marit van Dijk)
8
16
* [ Core] Add --wip option ([ #1381 ] ( https://github.com/cucumber/cucumber-jvm/pull/1381 ) Heziode)
9
17
* [ Core] Upgrade gherkin to 5.1.0 ([ #1377 ] ( https://github.com/cucumber/cucumber-jvm/pull/1377 ) Aslak Hellesøy)
You can’t perform that action at this time.
0 commit comments