added testrunner current version supports screen dump of html page as png

This commit is contained in:
2019-05-28 13:54:50 +02:00
parent a2711a735d
commit 34872d6b8b
46 changed files with 184 additions and 30 deletions
+4 -4
View File
@@ -12,7 +12,7 @@
<div class="preview">
<div class="thumbnail-container">
<div class="thumbnail">
<img class="icon" >
<img class="icon" src="thumbnails/notfound.png">
<!-- <iframe src="" frameborder="0"></iframe> -->
</div>
</div>
@@ -22,8 +22,9 @@
</template>
</head>
<body>
<div id="container" class="container">
</div>
<div id="container" class="container">
<a style="position: absolute; left: 22px; top: 12px;" target="_blank" href="http://www.iwm-tuebingen.de">IWM</a>
</div>
<script>
const index = new Index(itemTemplate, [
['PIXI.Application', 'application.html'],
@@ -33,7 +34,6 @@ const index = new Index(itemTemplate, [
['ButtonGroup', 'buttongroup.html'],
['Coordinates', 'coordinates.html'],
['DeepZoom', 'deepzoom/index.html'],
// ['DeepZoomImage', 'deepzoomimage.html'],
['Flippable', 'flippable.html'],
['LabeledGraphics', 'labeledgraphics.html'],
['List', 'list.html'],