Make sauce sessions public
This commit is contained in:
parent
a5870b94df
commit
8d6dbd2bf6
|
@ -16,6 +16,8 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
|
|||
var browserChain = browser.chain();
|
||||
var name = process.env.GIT_HASH + " - " + testSettings.browserName + " " + testSettings.version + ", " + testSettings.platform;
|
||||
testSettings.name = name;
|
||||
testSettings["public"] = true;
|
||||
testSettings["build"] = process.env.GIT_HASH;
|
||||
console.log("Remote sauce test '" + name + "' started!");
|
||||
|
||||
browserChain.init(testSettings).get("http://localhost:9001/tests/frontend/", function(){
|
||||
|
|
Loading…
Reference in New Issue