Releases: concordion/concordion-parallel-run-extension
Releases · concordion/concordion-parallel-run-extension
1.1.1
1.1.0
Fixes #3.
When using the example command in Concordion 2.0.0 or later, each example runs as a separate JUnit test. In order for the JUnit results to be accurate, we must wait at the end of each example for all of its run commands to finish. This includes the "outer" example, which contains all commands in the specification that are not in a specific example command.
Where a specification contains multiple examples, each example becomes a synchronisation point, and further examples will not be executed until the current example is finished.