diff --git a/js/tests/index.html b/js/tests/index.html index 1c025cf761b4d00ebcd674316cdf3889c25155b1..194f531aaf81b8297d4298e187ca2aede5024794 100644 --- a/js/tests/index.html +++ b/js/tests/index.html @@ -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 = []