summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/all_test_suites_tpl.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/template/all_test_suites_tpl.html b/template/all_test_suites_tpl.html
new file mode 100644
index 0000000..5b3e0aa
--- /dev/null
+++ b/template/all_test_suites_tpl.html
@@ -0,0 +1,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>