mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
more detailed QUnit test results in Sauce
This commit is contained in:
parent
2a6b6f8537
commit
b260d93c58
@ -4,12 +4,17 @@
|
|||||||
<title>Bootstrap Plugin Test Suite</title>
|
<title>Bootstrap Plugin Test Suite</title>
|
||||||
|
|
||||||
<!-- jquery -->
|
<!-- jquery -->
|
||||||
<!--<script src="http://code.jquery.com/jquery-1.7.min.js"></script>-->
|
|
||||||
<script src="vendor/jquery.js"></script>
|
<script src="vendor/jquery.js"></script>
|
||||||
|
|
||||||
<!-- 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>
|
||||||
|
<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 -->
|
<!-- plugin sources -->
|
||||||
<script src="../../js/transition.js"></script>
|
<script src="../../js/transition.js"></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user