mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-12 19:32:37 +01:00
21 lines
805 B
HTML
21 lines
805 B
HTML
<html>
|
|
<head>
|
|
<title></title>
|
|
<script src="../static/test_runner.bundle.js"></script>
|
|
<link rel="stylesheet" href="../lib/font-awesome/css/font-awesome.min.css?modeler">
|
|
</head>
|
|
<body>
|
|
<div id="control-bar" class="page-row">
|
|
<button id="run-button" class="action-item" data-action="Run"><i class="fa fa-play"></i></button>
|
|
<!--<button id="pause-button"><i class="fa fa-pause"></i></button>-->
|
|
<span id="status" style="float: right">
|
|
<span class="report-amount-run">0</span> run /
|
|
<span class="report-amount-passed">0</span> passed /
|
|
<span class="report-amount-failed">0</span> failed</span>
|
|
</div>
|
|
<div id="sandbox"></div>
|
|
<div class="page-row" id="test-list">
|
|
</div>
|
|
<div id="popup-menu" style="position: absolute; display: none;"></div>
|
|
</body>
|
|
</html>
|