We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d177d6f commit 34812faCopy full SHA for 34812fa
.circleci/config.yml
@@ -121,7 +121,7 @@ jobs:
121
- *restore_cache
122
- *yarn_install
123
124
- - run: xvfb-run -a --server-args='-screen 0, 1024x768x16' yarn gulp ci:e2e
+ - run: yarn gulp ci:e2e
125
126
- *save_cache
127
test/protractor.conf.js
@@ -36,6 +36,10 @@ exports.config = {
36
capabilities: {
37
browserName: 'chrome',
38
39
+ chromeOptions: {
40
+ args: [ '--headless', '--window-size=1024,768']
41
+ },
42
+
43
// Enables concurrent testing in the Webdriver. Currently runs three e2e files in parallel.
44
shardTestFiles: true,
45
maxInstances: 5,
0 commit comments