A fork of the official @cucumber/pretty-formatter that adds support for parallel test execution in Cucumber.js. Version 1.0.0 requires Node.js 10–15, @cucumber/cucumber >=7.0.0, and @cucumber/messages. It logs Gherkin features in their original form with id tags on each scenario and step. Unlike the official pretty formatter, this version works when running scenarios in parallel via --parallel. It ships TypeScript types. Low maintenance frequency as a stable fork.
npm install cucumber-parallel-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows installation, a trivial step definition, and running Cucumber in parallel with the pretty formatter.
Use import '@cucumber/pretty-formatter' or -f @cucumber/pretty-formatter.
Upgrade Node.js to version 16 or later; the package may still work but is untested.
Upgrade @cucumber/cucumber to >=7.0.0.
npm uninstall @cucumber/pretty-formatter && npm install --save-dev @cucumber/pretty-formatter
npm install --save-dev @cucumber/pretty-formatter