(hoofbeats) Add support for pluggable resolvers.
[profile/ivi/cowhide.git] / examples / hoofbeats / tests / index.html
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4   <title>Hoofbeats Test Suite</title>
5
6   <!-- jquery -->
7   <!--<script src="http://code.jquery.com/jquery-1.7.min.js"></script>-->
8   <script src="vendor/jquery-1.8.3.js"></script>
9
10   <!-- qunit -->
11   <link rel="stylesheet" href="vendor/qunit.css" type="text/css" media="screen" />
12   <script src="vendor/qunit.js"></script>
13
14   <!-- phantomjs logging script-->
15   <script src="unit/hoofbeats-phantom.js"></script>
16
17   <!-- source -->
18   <script src="javascripts/resolvers/dummy.js"></script>
19   <script src="javascripts/resolvers/musicbrainz.js"></script>
20   <script src="javascripts/library.js"></script>
21
22   <!-- unit tests -->
23   <script src="unit/resolvers/musicbrainz.js"></script>
24   <script src="unit/library.js"></script>
25 </head>
26 <body>
27   <div>
28     <h1 id="qunit-header">Hoofbeats Test Suite</h1>
29     <h2 id="qunit-banner"></h2>
30     <h2 id="qunit-userAgent"></h2>
31     <ol id="qunit-tests"></ol>
32     <div id="qunit-fixture"></div>
33   </div>
34 </body>
35 </html>