cucumber-parallel-formatter
v1.0.0
Published
Cucumber.js Pretty Formatter fork for parallel execution
Readme
Cucumber.js Pretty Parallel Formatter (fork)
The Cucumber.js pretty formatter logs your feature suite in its original Gherkin form. It adds id tags to each scenario and step, which can be used to identify the scenario and step when running in parallel.
For details on how to use this formatter, see the original repository: Official Cucumber.js Pretty Formatter.
Install
The pretty formatter requires:
- Node.js 10, 12, 14 or 15.
- Cucumber.js 7.0 and above.
npm install --save-dev @cucumber/pretty-formatter @cucumber/cucumberUsage
cucumber-js -f @cucumber/pretty-formatterCredits
This is a fork of the Official Cucumber.js Pretty Formatter with support for parallel execution.
