Skip to content

vrymar/cucumber-json-report-formatter

Repository files navigation

Cucumber JSON Report Formatter

Overview

The tool provides an opportunity to format report generated by @badeball/cypress-cucumber-preprocessor into a regular Cucumber json report

Requirements

  • Requires Node.js 14.16+

Installation

npm i cucumber-json-report-formatter

Usage (JavaScript is the best way)

import {Formatter} from 'cucumber-json-report-formatter';

const formatter = new Formatter()
const sourceFile = "./cucumber-messages.ndjson"
const outputFile = "./reports/cucumber-report.json"
await formatter.parseCucumberJson(sourceFile, outputFile)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published