1.2.1 • Published 3 years ago

cytorus-reporter v1.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

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

3 years ago

1.2.1

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago