Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Commit

Permalink
release notes 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Alabor committed Mar 18, 2014
1 parent 34dd939 commit fc99ce1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## Version 0.0.4
* Added `takeScreenShotsOnlyForFailedSpecs` option. Take screenshots only if spec failed. Thx @actionless.

## Version 0.0.3
* Introduced parameter object for reporter constructor
* Define if you want to create screenshots from skipped test cases using the new `takeScreenShotsForSkippedSpecs` option
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protractor-screenshot-reporter",
"version": "0.0.3",
"version": "0.0.4",
"description": "Use the screenshot reporter to capture screenshots from your Selenium nodes after each executed Protractor test case.",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit fc99ce1

Please sign in to comment.