cucumber-parallel-formatter

JSON →
library 1.0.0 ·javascript
verified Jun 4, 2026

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.