Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 540 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 540 Bytes

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