cucumber-js-extent
v0.1.0
Published
Generates Spark Extent Report for cucumber-js execution.
Downloads
19
Readme
cucumber-js-extent-report
This Cucumber-JS plugin generates the Spark Extent report. This report is a port of the Extent Report, using JS with Node and Nunjucks templating. The design, logic and media artifacts all belong to the creators of Extent Report
USAGE
Add to cucumber -
"scripts": {"test": "cucumber-js --format cucumber-js-extent:spark.html"}
Add to devDependencies -
"devDependencies": {"cucumber-js-extent": "^0.1.0"}