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