cytorus-reporter
Note: Use it with cytorus >= v0.2
$ npm install -D cytorus-reporter
Use
const CucumerReporter = require("cytorus-reporter/cucumber");
//empty the output/report directory
const options = {
screenshot : true
}
const cucumerReporter = new CucumerReporter(cucumerReportsPath, inputJsonPath, options);
await cucumerReporter.report();