Skip to content

Commit 871c222

Browse files
author
Marc Rooding
committed
Up version to 0.0.7
1 parent d4460ad commit 871c222

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.7:
120+
- Empty After steps as a result of the screenshot hook will not be added to the HTML report anymore
121+
119122
0.0.6:
120123
- Support for saving screenshots of failed scenarios
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.6",
4+
"version": "0.0.7",
55
"homepage": "https://github.com/mrooding/gulp-protractor-cucumber-html-report",
66
"author": {
77
"name": "Rooding, Marc",

0 commit comments

Comments
 (0)