Skip to content

Commit ec39313

Browse files
deploy: 09795e5
0 parents  commit ec39313

File tree

6 files changed

+446
-0
lines changed

6 files changed

+446
-0
lines changed

.nojekyll

Whitespace-only changes.

Email.html

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
<!DOCTYPE html>
2+
<html lang="en" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="x-ua-compatible" content="ie=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<meta name="x-apple-disable-message-reformatting">
8+
<title>ChainTest</title>
9+
<style type="text/css">
10+
body { font-family: -apple-system, system-ui, "Helvetica Neue", "Segoe UI", Arial, sans-serif; font-size: 13px; }
11+
.bg-passed { background-color: rgb(168, 217, 167); }
12+
.text-passed { color: #79B530; }
13+
.bg-failed,.bg-undefined { background-color: rgb(254, 205, 204); }
14+
.text-failed,.text-undefined { color: #e64b5d; }
15+
.bg-skipped { background-color: #eee; }
16+
.text-skipped { color: #e6e04c; }
17+
.tag { background-color:#f6f7f9; }
18+
pre {white-space: pre-wrap; margin-bottom: 0; max-height: 15rem; overflow-y: auto; }
19+
</style>
20+
</head>
21+
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" yahoo="fix" bgcolor="#F7F8F9" style="box-sizing:border-box;margin:0;padding:0;width:100%;word-break:break-word;-webkit-font-smoothing:antialiased;">
22+
<!-- title -->
23+
<table class="wrapper" cellpadding="0" cellspacing="0" role="presentation" width="100%">
24+
<tr>
25+
<td align="center">
26+
<table>
27+
<tr>
28+
<td width="650">
29+
<table style="padding: 20px;">
30+
<tr>
31+
<td>
32+
<span class="bg-passed" style="margin-right:10px;padding:0px 5px;">PASSED</span>
33+
<span style="">Jan 12, 2025, 9:16:52 AM &middot; 15s</span>
34+
</td>
35+
</tr>
36+
</table>
37+
</td>
38+
</tr>
39+
</table>
40+
</td>
41+
</tr>
42+
</table>
43+
44+
<!-- stats -->
45+
<table align="center" width="650" style="margin-bottom:2px;">
46+
<tbody>
47+
<tr>
48+
<td align="center" bgcolor="#FFFFFF">
49+
<table width="100%">
50+
<tbody>
51+
<tr>
52+
<td width="100" style="padding:30px 40px 20px;">
53+
<p style="font-weight:500;color:#7E7E7E;margin:0;">Tests</p>
54+
<h1 style="font-size:34px;">1</h1>
55+
</td>
56+
<td width="100" style="padding:30px 40px 20px;">
57+
<p style="font-weight:500;color:#7E7E7E;margin:0;color:#79B530">Passed</p>
58+
<h1 style="font-size:34px;">1</h1>
59+
</td>
60+
<td width="100" style="padding:30px 40px 20px;">
61+
<p style="font-weight:500;color:#7E7E7E;margin:0;color:#e64b5d">Failed</p>
62+
<h1 style="font-size:34px;">0</h1>
63+
</td>
64+
<td width="100" style="padding:30px 40px 20px;">
65+
<p style="font-weight:500;color:#7E7E7E;margin:0;color:#e6e04c">Skipped</p>
66+
<h1 style="font-size:34px;">0</h1>
67+
</td>
68+
</tr>
69+
</tbody>
70+
</table>
71+
</td>
72+
</tr>
73+
</tbody>
74+
</table>
75+
76+
<!-- tags -->
77+
<table width="100%">
78+
<tr>
79+
<td align="center">
80+
<table width="650">
81+
<tr>
82+
<td bgcolor="#FFFFFF" style="padding:20px 40px;font-size:14px;">
83+
<span style="font-size:15px;font-weight:500;">Tags</span>
84+
<table><tr><td style="height:10px;"></td></tr></table>
85+
<table>
86+
<tr style="font-weight:500;">
87+
<td width="250">Name</td>
88+
<td width="23"></td>
89+
<td style="" width="60">Pass</td>
90+
<td class="padding" width="10"></td>
91+
<td style="" width="60">Fail</td>
92+
<td class="padding" width="10"></td>
93+
<td style="" width="60">Skip</td>
94+
</tr>
95+
</table>
96+
</td>
97+
</tr>
98+
</table>
99+
</td>
100+
</tr>
101+
</table>
102+
103+
<!-- tests -->
104+
<table width="100%">
105+
<tr>
106+
<td align="center">
107+
</td>
108+
</tr>
109+
</table>
110+
<table><tr><td height="100"></td></tr></table>
111+
</body>
112+
</html>

0 commit comments

Comments
 (0)