Skip to content

Commit

Permalink
chore(tooling): enable extended debugging on sauce
Browse files Browse the repository at this point in the history
  • Loading branch information
adamweeks committed Aug 16, 2018
1 parent e9b7899 commit 9fd550d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,9 @@ if (CI) {
// the tunnel and run tests

exports.config.capabilities.browserSpock.seleniumVersion = '3.4.0';
exports.config.capabilities.browserSpock.extendedDebugging = true;
exports.config.capabilities.browserMccoy.seleniumVersion = '3.4.0';
exports.config.capabilities.browserMccoy.extendedDebugging = true;

exports.config = Object.assign(exports.config, {
user: process.env.SAUCE_USERNAME,
Expand Down

0 comments on commit 9fd550d

Please sign in to comment.