Skip to content

Commit

Permalink
reverted wdio changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamish-taylor committed May 15, 2024
1 parent b7a1092 commit 39710f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ exports.config = {
// and 30 processes will get spawned. The property handles how many capabilities
// from the same test should run tests.
//
maxInstances: 1,
maxInstances: 4,
//
// If you have trouble getting all important capabilities together, check out the
// Sauce Labs platform configurator - a great tool to configure your capabilities:
// https://docs.saucelabs.com/reference/platforms-configurator
//
capabilities: [{
maxInstances: 1,
maxInstances: 4,
browserName: 'chrome',
'goog:chromeOptions': {
args: ['headless', 'disable-gpu', 'no-sandbox']
Expand Down

0 comments on commit 39710f0

Please sign in to comment.