Concordion 2.0.2 and Parallel Run Extension 1.1.0 released

160 views
Skip to first unread message

Nigel Charman

unread,
May 8, 2016, 7:23:43 AM5/8/16
to conco...@googlegroups.com
These releases include changes to fully support the parallel run extension with Concordion 2.0.

When using the new example command in Concordion 2, 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.

Concordion 2.0.2 adds a new OuterExampleListener to listen to the start and end of the "outer" example. Concordion Parallel Run Extension 1.1.0 waits at the end of each example (including the outer example) for all run commands to finish.

Fixes
concordion/concordion-parallel-run-extension#3

See the downloads page for download details. See also the parallel run extension.
Reply all
Reply to author
Forward
0 new messages