Skip to content

Example of how to use myriad-cucumber to execute cucumber-js tests in parallel across multiple processes or machines

License

Notifications You must be signed in to change notification settings

simondean/myriad-cucumber-js-example

Repository files navigation

myriad-cucumber-js-example

Example of how to use myriad-cucumber to execute cucumber-js tests in parallel across multiple processes or machines.

Usage

Install

Install the codebase's dependencies with:

$ npm install --dev

Run

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

About

Example of how to use myriad-cucumber to execute cucumber-js tests in parallel across multiple processes or machines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published