Skip to content

Commit a7c5ba3

Browse files
josephperrottkyliau
authored andcommitted
ci: update saucelabs protractor config to run e2e tests in series rather than parallel
1 parent 7bd5998 commit a7c5ba3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/legacy-cli/e2e/assets/protractor-saucelabs.conf.js

+3
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ exports.config = {
101101
},
102102
],
103103

104+
// Only allow one session at a time to prevent over saturation of Saucelabs sessions.
105+
maxSessions: 1,
106+
104107
baseUrl: 'http://localhost:2000/',
105108
framework: 'jasmine',
106109
jasmineNodeOpts: {

0 commit comments

Comments
 (0)