Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -121,7 +121,7 @@ jobs:
- *restore_cache
- *yarn_install

- run: xvfb-run -a --server-args='-screen 0, 1024x768x16' yarn gulp ci:e2e
- run: yarn gulp ci:e2e

- *save_cache

Expand Down
4 changes: 4 additions & 0 deletions test/protractor.conf.js
Original file line numberDiff line numberDiff line change
Expand Up@@ -36,6 +36,10 @@ exports.config = {
capabilities: {
browserName: 'chrome',

chromeOptions: {
args: [ '--headless', '--window-size=1024,768']
},

// Enables concurrent testing in the Webdriver. Currently runs three e2e files in parallel.
shardTestFiles: true,
maxInstances: 5,
Expand Down