Skip to content

Commit

Permalink
fix(protractor): does not start app server when running in e2e:headless
Browse files Browse the repository at this point in the history
  • Loading branch information
shahabganji authored and 3cp committed Sep 12, 2019
1 parent 9419bc4 commit 61f3ada
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 61f3ada

Please sign in to comment.