cytorus-reporter

Provide various reporterting tools to process Cytorus result

Usage no npm install needed!

<script type="module">
  import cytorusReporter from 'https://cdn.skypack.dev/cytorus-reporter';
</script>

README

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