Skip to content

Commit

Permalink
ci: update saucelabs protractor config to run e2e tests in series rat…
Browse files Browse the repository at this point in the history
…her than parallel
  • Loading branch information
josephperrott authored and kyliau committed Sep 10, 2019
1 parent 7bd5998 commit a7c5ba3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/legacy-cli/e2e/assets/protractor-saucelabs.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ exports.config = {
},
],

// Only allow one session at a time to prevent over saturation of Saucelabs sessions.
maxSessions: 1,

baseUrl: 'http://localhost:2000/',
framework: 'jasmine',
jasmineNodeOpts: {
Expand Down

0 comments on commit a7c5ba3

Please sign in to comment.