render: add html report generation
This commit is contained in:
24
render/report.html
Normal file
24
render/report.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Rendertest report</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<script src="utils.js"></script>
|
||||
<script src="work/data.js"></script>
|
||||
<script src="index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- TODO have a date and build number or whatever -->
|
||||
<h1>Rendertest report</h1>
|
||||
<h2>Summary</h2>
|
||||
<div id="summary"></div>
|
||||
|
||||
<h2>List of things that are not perfect</h2>
|
||||
<div id="fail_table"></div>
|
||||
|
||||
<h2>Images of things that are not perfect</h2>
|
||||
<div id="fail_images"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user