run ci tests headless
This commit is contained in:
parent
24eda77855
commit
0506845c2a
@ -14,7 +14,8 @@
|
||||
"postinstall": "webdriver-manager update --gecko false",
|
||||
"start": "ionic serve",
|
||||
"test": "ng test --code-coverage",
|
||||
"test:ci": "ng test --watch=false --code-coverage && npm run e2e",
|
||||
"test:unit-e2e": "ng test --watch=false --code-coverage --browsers ChromeHeadless && npm run e2e --browsers ChromeHeadless",
|
||||
"test:ci": "ng test --watch=false --code-coverage --browsers ChromeHeadless",
|
||||
"cov": "opn coverage/index.html"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user