mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 09:04:14 +02:00
Make it easier to see failing tests in Sauce screencasts
...by hiding passing tests in the list of tests.
This commit is contained in:
@@ -10,6 +10,11 @@
|
|||||||
<!-- QUnit -->
|
<!-- QUnit -->
|
||||||
<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>
|
||||||
|
#qunit-tests > li.pass {
|
||||||
|
display: none;/* Make it easier to see failing tests is Sauce screencasts */
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<script>
|
<script>
|
||||||
// See https://github.com/axemclion/grunt-saucelabs#test-result-details-with-qunit
|
// See https://github.com/axemclion/grunt-saucelabs#test-result-details-with-qunit
|
||||||
var log = []
|
var log = []
|
||||||
|
Reference in New Issue
Block a user