Skip to content

Commit

Permalink
Stable release.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekswain committed Dec 1, 2015
1 parent 90ee665 commit 3727059
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ Add this plugin to the protractor config file:
```js
exports.config = {
plugins: [{
path: 'node_modules/jasmine2-protractor-utils/index.js',
package: 'jasmine2-protractor-utils',
screenshotOnExpectFailure: {Boolean} (Default - false),
screenshotOnSpecFailure: {Boolean} (Default - false),
screenshotPath: {String} (Default - 'reports/screenshots')
}]
};
```

## path
## package

This is the plugin path , 'node_modules/jasmine2-protractor-utils/index.js' usually
This is the plugin package name , same as of npm module name for the plugin , 'jasmine2-protractor-utils' usually and preferably


## screenshotOnExpectFailure
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": "jasmine2-protractor-utils",
"version": "1.0.2",
"version": "1.0.3",
"description": "Utilities for Protractor with jasmine2 [Screenshot, Browser Consolelog]",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3727059

Please sign in to comment.