Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 379 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 379 Bytes

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();