Releases: mrooding/gulp-protractor-cucumber-html-report
Releases · mrooding/gulp-protractor-cucumber-html-report
v0.1.2
- added sample report screenshot
- prevent "undefined" being displayed in step name
- ignore empty Before steps
0.1.0
- Added multiple JSON files support. Thanks Bill77!
- The readme example for usage with fs-extra contained a bug in which
fs.mkDirSync
took an incorrect parameter. Thanks nicolaspayot for fixing this.
0.0.8
- Fix for not ignoring the After screenshot step
0.0.7
- Empty After steps as a result of the screenshot hook will not be added to the HTML report anymore
0.0.6
Support for saving screenshots of failed scenarios