aboutsummaryrefslogtreecommitdiffstats
path: root/template/all_test_suites_tpl.html
blob: 5b3e0aa4bd7f8038da155e731a4adf3bbeaaf4e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
	<head>
		<title> Summary Report </title>
	</head>
	<body>
		<h1> Summary Report </h1>
		<li> Status : {{ data.summary.status }} </li>
        <li> Total : {{ data.summary.summary_total }} Pass : {{ data.summary.summary_passed }} Fail : {{ data.summary.summary_failed }} Skip : {{ data.summary.summary_skipped }} </li>
        <li> Details : </li>
        <table border="1" cellspacing="2">
{{ data.test_suite_table_html }}
        </table>
        <p></p>
        <li>Detail log : {{ data.log_zip_name }}.zip</li>
	</body>
</html>