mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 03:16:16 -04:00
include tunnelIdentifier in webdriver capabilities
This commit is contained in:
parent
c931a78081
commit
d407a890b3
2 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
|
|||
testSettings.name = name;
|
||||
testSettings["public"] = true;
|
||||
testSettings["build"] = process.env.GIT_HASH;
|
||||
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.
|
||||
setTimeout(function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue