Example of how to use myriad-cucumber to execute cucumber-js tests in parallel across multiple processes or machines.
Install the codebase's dependencies with:
$ npm install --dev
The tests are executed by running the following commands in three separate terminals:
$ node_modules/.bin/myriad-server
$ node example-api-under-test
$ node_modules/.bin/myriad-cucumber --workers 4 --myriad-server http://localhost:7777