Make sauce sessions public

This commit is contained in:
Peter 'Pita' Martischka 2012-11-03 17:46:02 +00:00
parent a5870b94df
commit 8d6dbd2bf6
1 changed files with 2 additions and 0 deletions

View File

@ -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(){