Skip to content

Commit

Permalink
Add Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSheard committed Dec 8, 2016
1 parent 8e9ec12 commit 4f76940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/sauceLaunchers.js
Expand Up @@ -103,11 +103,11 @@ const config = {};
version: '54'
};

config['sl_chrome-55-' + platform] = {
config['sl_chrome-beta-' + platform] = {
base: 'SauceLabs',
browserName: 'chrome',
platform,
version: '55'
version: 'beta'
};
});

Expand Down

0 comments on commit 4f76940

Please sign in to comment.