add extendedDebugging to saucelabs tests
This commit is contained in:
parent
ac440b9ae6
commit
0b198b5b08
11
Gruntfile.js
11
Gruntfile.js
|
@ -23,7 +23,7 @@ module.exports = function(grunt) {
|
|||
'src/packet/**/*.js',
|
||||
'src/type/**/*.js',
|
||||
'src/worker/**/*.js',
|
||||
'src/*.js',
|
||||
'src/*.js'
|
||||
]; // add more over time ... goal should be 100% coverage
|
||||
|
||||
var version = grunt.option('release');
|
||||
|
@ -177,7 +177,7 @@ module.exports = function(grunt) {
|
|||
src: 'test',
|
||||
options: {
|
||||
root: '.',
|
||||
timeout: 240000,
|
||||
timeout: 240000
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -234,9 +234,10 @@ module.exports = function(grunt) {
|
|||
maxRetries: 3,
|
||||
throttled: 2,
|
||||
pollInterval: 4000,
|
||||
statusCheckAttempts: 200
|
||||
statusCheckAttempts: 200,
|
||||
extendedDebugging : true
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
src: {
|
||||
|
@ -247,7 +248,7 @@ module.exports = function(grunt) {
|
|||
files: ['test/*.js', 'test/crypto/**/*.js', 'test/general/**/*.js', 'test/worker/**/*.js'],
|
||||
tasks: ['browserify:unittests']
|
||||
}
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
// Load the plugin(s)
|
||||
|
|
Loading…
Reference in New Issue
Block a user