File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,6 @@ See the example test in `src/app/app.component.spec.ts` for an example of a comp
5252End-To-End Tests (Browser-Only)
5353-------------------------------
5454
55- To install and update the webdriver, run ` npm run e2e-update ` .
56-
5755To serve the app, run ` ionic serve ` .
5856
5957To run the end-to-end tests, run (while the app is being served) ` npm run e2e ` .
Original file line number Diff line number Diff line change 1010 "ionic:serve" : " ionic-app-scripts serve" ,
1111 "test" : " karma start ./test-config/karma.conf.js" ,
1212 "test-ci" : " karma start ./test-config/karma.conf.js --single-run" ,
13- "e2e" : " protractor ./test-config/protractor.conf.js" ,
13+ "e2e" : " npm run e2e-update && npm run e2e-test" ,
14+ "e2e-test" : " protractor ./test-config/protractor.conf.js" ,
1415 "e2e-update" : " webdriver-manager update --standalone false --gecko false"
1516 },
1617 "dependencies" : {
You can’t perform that action at this time.
0 commit comments