Is there a posibility to run few concordion markdowns in parallel I have something like:
Test1
Test2
and Test2.md is started after Test1.md is finished
Can I run Test2.md in the same time as Test1.md?
Is there a posibility to run few concordion markdowns in parallel I have something like:
Test1
Test2
and Test2.md is started after Test1.md is finished
Can I run Test2.md in the same time as Test1.md?
Copyright © 2021 Jogjafile Inc.
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.