include extendedDebugging in webdriver capabilities to get browser console logs

saucelabs-parallel
webzwo0i 2020-07-10 21:12:36 +02:00
parent 8832b074e4
commit ac54bf4909
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
testSettings.name = name;
testSettings["public"] = true;
testSettings["build"] = process.env.GIT_HASH;
testSettings["extendedDebugging"] = true; // console.json can be downloaded via saucelabs, don't know how to print them into output of the tests
testSettings["tunnelIdentifier"] = process.env.TRAVIS_JOB_NUMBER;
// we wait 10 seconds here with the hope it was enough time for the minified files to be built etc.