updated saucelabs options

master
Vitaly Puzrin 2014-06-09 00:32:30 +04:00
rodzic 56c63a1fb2
commit a9b9569a08
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -58,9 +58,9 @@ module.exports = function(grunt) {
all: {
options: {
urls: ['http://127.0.0.1:9999/test/browser/test.html'],
build: process.env.TRAVIS_JOB_ID || ('local' + ~~(Math.random()*1000)),
build: process.env.TRAVIS_JOB_NUMBER || ('local' + ~~(Math.random()*1000)),
browsers: browsers,
concurrency: 3,
throttled: 3,
testname: process.env.SAUCE_PROJ || 'mocha tests'
}
}