We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec9d774 + 154f4c0 commit 1b0c425Copy full SHA for 1b0c425
README.md
@@ -23,7 +23,7 @@ Add `browserstack` as a plugin in your conf file.
23
```js
24
// conf.js
25
'plugins': [{
26
- 'package': "browserstack-protractor-reporter"
+ 'package': "protractor-browserstack-reporter"
27
}]
28
```
29
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "browserstack-protractor-reporter",
+ "name": "protractor-browserstack-reporter",
3
"version": "0.1.0",
4
"description": "A Protractor plugin which enables BrowserStack reports on CI",
5
"main": "index.js",
0 commit comments