Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Fenkart <hnrch02@gmail.com>2015-03-01 11:20:00 +0300
committerHeinrich Fenkart <hnrch02@gmail.com>2015-03-01 11:20:00 +0300
commit4345e244796d90459d07173d7a58bbbf6779bd07 (patch)
treed42419064c0b21886d0f2bc1e3d4950205184dcf /Gruntfile.js
parent3173efd9d96ae54992057df9259725d5732f5629 (diff)
Use different way to make failing test more visible in Sauce
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index a2190478e5..c5f252684d 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -374,7 +374,7 @@ module.exports = function (grunt) {
throttled: 10,
maxRetries: 3,
maxPollRetries: 4,
- urls: ['http://127.0.0.1:3000/js/tests/index.html'],
+ urls: ['http://127.0.0.1:3000/js/tests/index.html?hidepassed'],
browsers: grunt.file.readYAML('grunt/sauce_browsers.yml')
}
}