cytorus-reporter

1.2.1 • Public • Published

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

Package Sidebar

Install

npm i cytorus-reporter

Weekly Downloads

14

Version

1.2.1

License

MIT

Unpacked Size

10.1 kB

Total Files

6

Last publish

Collaborators

  • amitgupta