0.1.4 • Published 1 year ago

cucumber-json-report-formatter v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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)
0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.4

1 year ago

0.1.3

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago