jasmine2-protractor-utils
Version:
Utilities for Protractor with jasmine2 [HTML Reports, Screenshot, Browser Console log and more]
34 lines (29 loc) • 918 B
HTML
<html>
<head>
<meta charset="UTF-8">
<title>Protractor Reports</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="gallery/colorbox.css"/>
<script type="text/javascript" src="data.json"></script>
<script type="text/javascript" src="loadResult.js"></script>
<script src="js/index.js"></script>
<script src="index.js"></script>
<script src="gallery/jquery.min.js"></script>
<script src="gallery/jquery.colorbox-min.js"></script>
<script>
$(document).ready(function () {
$('[class^="group-"]').each(function (index) {
var clName = '\'' + $(this).attr('class') + '\'';
$(this).colorbox({rel: clName});
});
});
</script>
</head>
</head>
<body onload="loadContent();">
<table id="1">
</table>
</body>
</html>