Skip to content

Commit b13c737

Browse files
committed
Relaxed the selenium and chromedriver version requirements to make the demo work with the latest versions
1 parent ce1e6f8 commit b13c737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"clean": "rimraf target",
88
"lint": "tslint --config ./tslint.json --project ./tsconfig.json --format stylish",
99
"pretest": "serenity update",
10-
"pree2e": "npm run lint && npm run webdriver:update -- --standalone --versions.standalone=2.53.1 --versions.chrome=2.29",
10+
"pree2e": "npm run lint && npm run webdriver:update -- --standalone",
1111
"e2e": "protractor ./protractor.conf.js --cucumberOpts.name 'Connie looks for the next train'",
1212
"report": "serenity run",
1313
"test": "failsafe clean e2e report",

0 commit comments

Comments
 (0)