Commit 1ba2630c authored by Heinrich Fenkart's avatar Heinrich Fenkart
Browse files

Merge pull request #15954 from twbs/sauce-hidepassed

Use different way to make failing test more visible in Sauce
parents 3173efd9 4345e244
Showing with 1 addition and 5 deletions
+1 -5
...@@ -374,7 +374,7 @@ module.exports = function (grunt) { ...@@ -374,7 +374,7 @@ module.exports = function (grunt) {
throttled: 10, throttled: 10,
maxRetries: 3, maxRetries: 3,
maxPollRetries: 4, 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') browsers: grunt.file.readYAML('grunt/sauce_browsers.yml')
} }
} }
......
...@@ -12,10 +12,6 @@ ...@@ -12,10 +12,6 @@
<link rel="stylesheet" href="vendor/qunit.css" media="screen"> <link rel="stylesheet" href="vendor/qunit.css" media="screen">
<script src="vendor/qunit.js"></script> <script src="vendor/qunit.js"></script>
<style> <style>
#qunit-tests > li.pass {
display: none;/* Make it easier to see failing tests in Sauce screencasts */
}
#qunit-fixture { #qunit-fixture {
top: 0; top: 0;
left: 0; left: 0;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment