murano-dashboard/functional_tests/templates/empty.template
zhurong 3ab9a10055 Add murano dashboard selenium functional test
Depends-On: I12cf2dbc62a25c1a56f7f0f7d54b7df412c2b397
Change-Id: I4b8f7e30c3d78c662bfcd44a5a46cfffc4dd2227
Implements: blueprint dashboard-selenium-tests-migrate-to-infra-ci
2018-01-22 13:05:31 +00:00

73 lines
3.0 KiB
Plaintext

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head>
<title>Test Report</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css" media="screen">
body { font-family: sans-serif; font-size: 10pt; }
a { text-decoration: none; }
tfoot, thead { background-color: #ccc; font-weight: bold; }
tbody td { padding-left: 5px !important; }
.number { text-align: center; }
.info_header { font-weight: bold; margin-left: 2em; margin-top: 1em;
color: black; }
.info_content { white-space: pre-wrap; color: black;
margin-left: 2em; margin-top: 0.5em; font-family: monospace; }
.test_class_status_success { background-color: #6c6 !important; }
.test_class_status_failure { background-color: #c60 !important; }
.test_class_status_error { background-color: #c00 !important; }
.test_class_status_skip { background-color: #59f !important; }
.test_status_success { color: #6c6 !important; }
.test_status_failure { color: #c60 !important; }
.test_status_error { color: #c00 !important; }
.test_status_skip { color: #006 !important; }
.parent_success { display: none; }
.parent_skip { display: none; }
.parent_error { display: inline; }
.parent_failure { display: inline; }
.test_class_row { cursor: pointer; }
.test_name { margin-left: 2em; }
</style>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="https://cdn.datatables.net/1.10.2/js/jquery.dataTables.min.js"></script>
<link rel=stylesheet type=text/css href="https://cdn.datatables.net/1.10.2/css/jquery.dataTables.min.css">
<script type="text/javascript">
$(document).ready(function () {
$(".expand_button").click(function(event) {
event.preventDefault();
event.stopPropagation();
$("#info_" + this.id).toggle();
});
$(".test_class_row").click(function(event) {
event.preventDefault();
event.stopPropagation();
$("." + this.id + "_child").toggle();
});
$("#report").dataTable({
"autoWidth": false,
"paging": false,
"ordering": false,
"info": false,
"columnDefs": [
{ className: "number", "targets": [2, 3, 4, 5, 6] }
]
});
});
</script>
</head>
<body>
<h1>Test Report</h1>
<div>
Summary: unable to run tests
</div>
<a href="artifacts/">View Artifacts</a> | <a href="console.html">View Full Log</a>
</body>
</html>