blob: 19ae8e50ab42478b9d3ea029c37c2052e7c88ead [file] [log] [blame]
seshukm870734f2018-09-17 19:25:36 +08001<!--
2 ~ Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
3 ~
4 ~ Licensed under the Apache License, Version 2.0 (the "License");
5 ~ you may not use this file except in compliance with the License.
6 ~ You may obtain a copy of the License at
7 ~
8 ~ http://www.apache.org/licenses/LICENSE-2.0
9 ~
10 ~ Unless required by applicable law or agreed to in writing, software
11 ~ distributed under the License is distributed on an "AS IS" BASIS,
12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 ~ See the License for the specific language governing permissions and
14 ~ limitations under the License.
15 -->
16
17
Michael Lando451a3402017-02-19 10:28:42 +020018<!DOCTYPE HTML>
19<html>
20 <head>
21 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
22 <title>Jasmine Spec Runner v2.0.0</title>
23
24 <link rel="shortcut icon" type="image/png" href="jasmine-standalone-2.0.0/lib/jasmine-2.0.0/jasmine_favicon.png">
25 <link rel="stylesheet" type="text/css" href="jasmine-standalone-2.0.0/lib/jasmine-2.0.0/jasmine.css">
26
27 <script type="text/javascript" src="jasmine-standalone-2.0.0/lib/jasmine-2.0.0/jasmine.js"></script>
28 <script type="text/javascript" src="jasmine-standalone-2.0.0/lib/jasmine-2.0.0/jasmine-html.js"></script>
29 <script type="text/javascript" src="jasmine-standalone-2.0.0/lib/jasmine-2.0.0/boot.js"></script>
30 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
31 <!--script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script-->
32 <script type="text/javascript" src="testScripts/jasmine-fixture.js"></script>
33
34 <link href="../main/webapp/scripts/style.css" rel="stylesheet" />
35 <!-- include source files here... -->
36
37 <!-- JSZIP -->
38 <script type="text/javascript" src="../main/webapp/scripts/jszip.min.js"></script>
39 <!-- MD5 -->
40 <script type="text/javascript" src="http://crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/md5.js"></script>
41
42 <script type="text/javascript" src="../main/webapp/scripts/domHandler.js"></script>
43 <script type="text/javascript" src="../main/webapp/scripts/fileHandler.js"></script>
44 <script type="text/javascript" src="../main/webapp/scripts/jsHandler.js"></script>
45 <script type="text/javascript" src="testScripts/filesContents.js"></script>
46 <!-- include spec files here... -->
47 <script type="text/javascript" src="spec/codeSpec.js"></script>
48
49 </head>
50
51 <body>
52 </body>
53</html>