gui-tool
Version:
Generating of ExtJS prototypes and skeleton applications with Siesta tests has never been so easy and fast.
26 lines (22 loc) • 1.14 kB
HTML
<html>
<head>
<!--
Ext JS library CSS, this is merely for the Siesta UI and is not used by your tests.
Your tests use the ExtJS library, specified in the "preload" config of harness.
DO NOT CHANGE THIS LINE, instead modify the "preload".
-->
<link rel="stylesheet" type="text/css" href="http://cdn.sencha.io/ext/gpl/4.2.0/resources/css/ext-all.css">
<link rel="stylesheet" type="text/css" href="test/siesta/resources/css/siesta-all.css">
<!--
Ext JS library, this is merely for the Siesta UI and is not used by your tests.
Your tests use the ExtJS library, specified in the "preload" config of harness.
DO NOT CHANGE THIS LINE, instead modify the "preload".
-->
<script type="text/javascript" src="http://cdn.sencha.io/ext/gpl/4.2.0/ext-all.js"></script>
<script type="text/javascript" src="test/siesta/siesta-all.js"></script>
<script type="text/javascript" src="test/gui/index.js"></script>
</head>
<body>
</body>
</html>