Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesterxl/cucumber-protractor-report
Shows report of which features pass or fail as well as which scenario statements pass or fail from running Cucumber.
https://github.com/jesterxl/cucumber-protractor-report
Last synced: 8 days ago
JSON representation
Shows report of which features pass or fail as well as which scenario statements pass or fail from running Cucumber.
- Host: GitHub
- URL: https://github.com/jesterxl/cucumber-protractor-report
- Owner: JesterXL
- License: mit
- Created: 2016-03-27T15:44:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-01T02:14:59.000Z (over 8 years ago)
- Last Synced: 2024-11-07T11:05:09.751Z (8 days ago)
- Language: JavaScript
- Homepage:
- Size: 331 KB
- Stars: 9
- Watchers: 4
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cucumber-protractor-report
Shows report of which features pass or fail as well as which scenario statements pass or fail from running Angular's Protractor via Cucumber.## Previews
List all features with percentage of scenarios that pass.
![Report](preview-1.png)
For each feature, showcases which steps pass / do not pass.
![Scenario](preview-2.png)
## Installation
`npm install cucumber-protractor-report`