Skip to content

Commit

Permalink
Merge pull request #165 from seopei/improve-e2e-test-execution
Browse files Browse the repository at this point in the history
Terminate the npm process after test execution
  • Loading branch information
maximegris authored Apr 15, 2018
2 parents 77374dc + fccf348 commit 54a3d6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"electron:windows": "npm run build:prod && npx electron-builder build --windows",
"electron:mac": "npm run build:prod && npx electron-builder build --mac",
"test": "karma start ./karma.conf.js",
"pree2e:build": "webdriver-manager update --gecko false && npm run ng:serve",
"pree2e:build": "webdriver-manager update --gecko false && npm run ng serve",
"pree2e:protractor": "wait-on http-get://localhost:4200/ && protractor ./protractor.conf.js",
"e2e": "npm-run-all -p pree2e:build pree2e:protractor"
"e2e": "npm-run-all -p -r pree2e:build pree2e:protractor"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 54a3d6c

Please # to comment.