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.
1 parent ce1e6f8 commit b13c737Copy full SHA for b13c737
package.json
@@ -7,7 +7,7 @@
7
"clean": "rimraf target",
8
"lint": "tslint --config ./tslint.json --project ./tsconfig.json --format stylish",
9
"pretest": "serenity update",
10
- "pree2e": "npm run lint && npm run webdriver:update -- --standalone --versions.standalone=2.53.1 --versions.chrome=2.29",
+ "pree2e": "npm run lint && npm run webdriver:update -- --standalone",
11
"e2e": "protractor ./protractor.conf.js --cucumberOpts.name 'Connie looks for the next train'",
12
"report": "serenity run",
13
"test": "failsafe clean e2e report",
0 commit comments