Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grasshopper7/cucumber-js-extent-report

This formatter generates the Spark Extent report
https://github.com/grasshopper7/cucumber-js-extent-report

Last synced: 7 days ago
JSON representation

This formatter generates the Spark Extent report

Awesome Lists containing this project

README

        

# cucumber-js-extent-report

This Cucumber-JS plugin generates the Spark Extent report. This report is a port of the [Extent Report](https://www.extentreports.com/), using JS with Node and Nunjucks templating.
The design, logic and media artifacts all belong to the [creators](https://github.com/extent-framework) 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"}**

### DASHBOARD

![Dashboard](js-spark-db.PNG)

### TESTS

![Tests](js-spark-test.PNG)