Commit 6f646633 authored by Chris Rebert's avatar Chris Rebert
Browse files

Make it easier to see failing tests in Sauce screencasts

...by hiding passing tests in the list of tests.
parent 3a1bf02e
5 merge requests!28721Hot test,!14641Make it easier to see failing tests in Sauce screencasts,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 5 additions and 0 deletions
+5 -0
......@@ -10,6 +10,11 @@
<!-- QUnit -->
<link rel="stylesheet" href="vendor/qunit.css" media="screen">
<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>
// See https://github.com/axemclion/grunt-saucelabs#test-result-details-with-qunit
var log = []
......
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