Skip to content

Releases: concordion/concordion-parallel-run-extension

1.1.1

11 Jul 03:39
Compare
Choose a tag to compare

Updated dependencies to newer versions without security vulnerabilities

1.1.0

08 May 10:34
Compare
Choose a tag to compare

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.