A library (v0.1.5) that converts Cucumber NDJSON messages generated by @badeball/cypress-cucumber-preprocessor into standard Cucumber JSON report format. Requires Node.js 24+. Lightweight utility with no external dependencies. Actively developed but young; TypeScript types included.
npm install cucumber-json-report-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Converts NDJSON messages from @badeball/cypress-cucumber-preprocessor into standard Cucumber JSON report.
Upgrade Node.js to v24 or later.
Use import { Formatter } instead of import Formatter.Switch to import statement or use dynamic import().
Upgrade Node.js to 24+.
Use import { Formatter } from 'cucumber-json-report-formatter'.No dependency data recorded yet.