Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/grasshopper7/cucumber-js-extent-report
- Owner: grasshopper7
- License: apache-2.0
- Created: 2023-06-25T07:09:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-18T06:54:06.000Z (over 1 year ago)
- Last Synced: 2024-12-08T05:35:13.435Z (27 days ago)
- Language: Nunjucks
- Size: 196 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)