We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398c09c commit 5ff1cb4Copy full SHA for 5ff1cb4
.travis.yml
@@ -11,13 +11,9 @@ cache:
11
directories:
12
- "$HOME/.npm"
13
14
-before_install:
15
- - export DISPLAY=":99.0"
16
- - sh -e /etc/init.d/xvfb start
17
-
18
install:
19
- npm install
20
21
script:
22
- - npm run test-single-run
23
- - (npm start > /dev/null &) && npm run protractor
+ - npm run test-single-run -- --browsers ChromeHeadless
+ - (npm start > /dev/null &) && npm run protractor -- --capabilities.chromeOptions.args headless
e2e-tests/protractor.conf.js
@@ -8,7 +8,7 @@ exports.config = {
8
],
9
10
capabilities: {
- 'browserName': 'chrome'
+ browserName: 'chrome'
},
baseUrl: 'http://localhost:8000/',
0 commit comments