Skip to content

Commit 1d09eea

Browse files
author
Marc Rooding
committed
Version 0.0.8
1 parent e6accf4 commit 1d09eea

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.
116116
Copyright for portions of project [gulp-protractor-cucumber-html-report](https://github.com/mrooding/gulp-protractor-cucumber-html-report) are held by Robert Hilscher, 2015 as part of project [grunt-protractor-cucumber-html-report](https://github.com/robhil/grunt-protractor-cucumber-html-report). All other copyright for project [gulp-protractor-cucumber-html-report](https://github.com/mrooding/gulp-protractor-cucumber-html-report) are held by Marc Rooding, 2015.
117117

118118
## Release History
119+
0.0.8:
120+
- Fix for not ignoring the After screenshot step
121+
119122
0.0.7:
120123
- Empty After steps as a result of the screenshot hook will not be added to the HTML report anymore
121124

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gulp-protractor-cucumber-html-report",
33
"description": "Generate html report from JSON file returned by cucumber-js json formatter",
4-
"version": "0.0.7",
4+
"version": "0.0.8",
55
"homepage": "https://github.com/mrooding/gulp-protractor-cucumber-html-report",
66
"author": {
77
"name": "Rooding, Marc",

0 commit comments

Comments
 (0)