Running parallel markdowns in Concordion

65 Views Asked by At

Is there a posibility to run few concordion markdowns in parallel I have something like:

  1. Test1

  2. Test2

and Test2.md is started after Test1.md is finished

Can I run Test2.md in the same time as Test1.md?

1

There are 1 best solutions below

0
Nigel Charman On

Yes, the parallel run extension provides this capability.

You'll need to create a "parent" specification which uses the run command to call Test1.md and Test2.md. Then add the parallel run extension to the parent fixture.