Skip to content

Commit

Permalink
fix(protractor): to run application before e2e tests in headless mode
Browse files Browse the repository at this point in the history
This is useful when running in background and unintended mode rather than interactive.
There is no need that user bring up the application manually when running e2e tests in headless mode.
  • Loading branch information
shahabganji authored and 3cp committed Sep 12, 2019
1 parent 4e5021e commit 79c9585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeleton/protractor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scripts": {
"e2e": "au protractor",
"e2e:headless": "au protractor --start"
"e2e:headless": "au protractor --run --start"
},
"devDependencies": {
// @if feat.typescript
Expand Down

0 comments on commit 79c9585

Please sign in to comment.