Skip to content

Commit

Permalink
Relaxed the selenium and chromedriver version requirements to make th…
Browse files Browse the repository at this point in the history
…e demo work with the latest versions
  • Loading branch information
jan-molak committed Jan 8, 2018
1 parent ce1e6f8 commit b13c737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"clean": "rimraf target",
"lint": "tslint --config ./tslint.json --project ./tsconfig.json --format stylish",
"pretest": "serenity update",
"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",
"e2e": "protractor ./protractor.conf.js --cucumberOpts.name 'Connie looks for the next train'",
"report": "serenity run",
"test": "failsafe clean e2e report",
Expand Down

0 comments on commit b13c737

Please sign in to comment.