siesta-lite
Version:
Stress-free JavaScript unit testing and functional testing tool, works in NodeJS and browsers
22 lines (18 loc) • 600 B
HTML
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="stylesheet" type="text/css" href="css/siesta-html-report.css">
<script type="text/javascript" src="siesta-html-report.js"></script>
<script type="text/javascript">
Ext.onReady(function () {
new Siesta.Project.Browser.UI.Viewport({
isReadOnlyReport : true
});
});
</script>
</head>
<body>
</body>
</html>