aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-14 20:21:54 -0800
committerChris Rebert <[email protected]>2014-01-14 20:21:54 -0800
commitc1a81f7bde1b4055d8939871d4dc58d9f99f63e8 (patch)
treeed53adaaf5bfd0c10a7e623ced87fd03094fd675
parent8fb75ee9e78ecb0954e1634ab85e91d533d0ab42 (diff)
parentb260d93c58be66d8f337e869721a37df159e927f (diff)
downloadbootstrap-c1a81f7bde1b4055d8939871d4dc58d9f99f63e8.tar.xz
bootstrap-c1a81f7bde1b4055d8939871d4dc58d9f99f63e8.zip
Merge pull request #12229 from twbs/richer-results
more detailed QUnit test results in Sauce
-rw-r--r--js/tests/index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/js/tests/index.html b/js/tests/index.html
index 4e3d487db..2983a0042 100644
--- a/js/tests/index.html
+++ b/js/tests/index.html
@@ -4,12 +4,17 @@
<title>Bootstrap Plugin Test Suite</title>
<!-- jquery -->
- <!--<script src="http://code.jquery.com/jquery-1.7.min.js"></script>-->
<script src="vendor/jquery.js"></script>
<!-- qunit -->
<link rel="stylesheet" href="vendor/qunit.css" media="screen">
<script src="vendor/qunit.js"></script>
+ <script>
+ // See https://github.com/axemclion/grunt-saucelabs#test-result-details-with-qunit
+ QUnit.done(function(results) {
+ window.global_test_results = results
+ })
+ </script>
<!-- plugin sources -->
<script src="../../js/transition.js"></script>