300 lines
4.3 KiB
HTML
300 lines
4.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>merged.xml</title>
|
|
<style type="text/css">
|
|
body {
|
|
background-color: white;
|
|
padding-bottom: 20em;
|
|
margin: 0;
|
|
min-height: 15cm;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6, h7 {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
h1 {
|
|
background-color: #007acc;
|
|
color: white;
|
|
padding: 3mm;
|
|
margin-top: 0;
|
|
margin-bottom: 1mm;
|
|
}
|
|
|
|
.footer {
|
|
font-style: italic;
|
|
font-size: small;
|
|
text-align: right;
|
|
padding: 1em;
|
|
}
|
|
|
|
.testsuite {
|
|
padding-bottom: 2em;
|
|
margin-left: 1em;
|
|
}
|
|
|
|
.proplist {
|
|
width: 100%;
|
|
margin-bottom: 2em;
|
|
border-collapse: collapse;
|
|
border: 1px solid grey;
|
|
}
|
|
|
|
.proplist th {
|
|
background-color: silver;
|
|
width: 5em;
|
|
padding: 2px;
|
|
padding-right: 1em;
|
|
text-align: left;
|
|
font-family: monospace;
|
|
}
|
|
|
|
.proplist td {
|
|
padding: 2px;
|
|
word-break: break-all;
|
|
}
|
|
|
|
.index-table {
|
|
width: 90%;
|
|
margin-left: 1em;
|
|
}
|
|
|
|
.index-table td {
|
|
vertical-align: top;
|
|
max-width: 200px;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.failure-index {
|
|
|
|
}
|
|
|
|
.toc {
|
|
margin-bottom: 2em;
|
|
font-family: monospace;
|
|
}
|
|
|
|
.stdio, pre {
|
|
min-height: 1em;
|
|
background-color: #1e1e1e;
|
|
color: silver;
|
|
padding: 0.5em;
|
|
}
|
|
.tdpre {
|
|
background-color: #1e1e1e;
|
|
}
|
|
|
|
.test {
|
|
margin-left: 0.5cm;
|
|
}
|
|
|
|
.toc {
|
|
list-style: none;
|
|
}
|
|
|
|
.toc li.outcome {
|
|
list-style: none;
|
|
}
|
|
|
|
.toc li.outcome::before {
|
|
content: "\2022";
|
|
color: black;
|
|
font-weight: bold;
|
|
display: inline-block;
|
|
width: 1.27em;
|
|
margin-left: -1.27em;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.toc li.outcome-failed {
|
|
background-color: lightcoral;
|
|
}
|
|
|
|
.toc li.outcome-failed::before {
|
|
color: red;
|
|
}
|
|
|
|
.toc li.outcome-passed::before {
|
|
color: green;
|
|
}
|
|
|
|
.toc li.outcome-skipped::before {
|
|
color: orange;
|
|
}
|
|
|
|
.testcases .outcome {
|
|
border-left: 1em;
|
|
padding: 2px;
|
|
}
|
|
|
|
.testcases .outcome-failed {
|
|
border-left: 1em solid lightcoral;
|
|
}
|
|
|
|
|
|
.outcome-passed {
|
|
border-left: 1em solid lightgreen;
|
|
}
|
|
|
|
.outcome-skipped {
|
|
border-left: 1em dotted silver;
|
|
}
|
|
|
|
.testcases .outcome-passed {
|
|
border-left: 1em solid lightgreen;
|
|
}
|
|
|
|
.testcases .outcome-skipped {
|
|
border-left: 1em solid #FED8B1;
|
|
}
|
|
|
|
.stats-table {
|
|
}
|
|
|
|
.stats-table td {
|
|
min-width: 4em;
|
|
text-align: right;
|
|
}
|
|
|
|
.stats-table .failed {
|
|
background-color: lightcoral;
|
|
}
|
|
|
|
.stats-table .passed {
|
|
background-color: lightgreen;
|
|
}
|
|
|
|
.mx-table {
|
|
table-layout: fixed;
|
|
border-spacing: 0;
|
|
width: available;
|
|
margin-left: 1em;
|
|
}
|
|
|
|
.mx-table td {
|
|
vertical-align: center;
|
|
}
|
|
|
|
.mx-table td:last-child {
|
|
width: 0;
|
|
}
|
|
|
|
.mx-table tr:hover {
|
|
background-color: yellow;
|
|
}
|
|
|
|
.mx-ax-name {
|
|
white-space: nowrap;
|
|
padding-right: 0.5em;
|
|
border-left: 1px solid black;
|
|
border-top: 1px solid black;
|
|
text-align: right;
|
|
}
|
|
|
|
.mx-ax-vertical {
|
|
white-space: nowrap;
|
|
transform: rotate(180deg);
|
|
writing-mode: vertical-rl;
|
|
text-align: right;
|
|
max-height: 4cm;
|
|
overflow: clip;
|
|
}
|
|
|
|
.mx-ax-vertical a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.mx-ax-line {
|
|
border-left: 1px solid black;
|
|
width: 0.5em;
|
|
}
|
|
|
|
.mx-ax-line a {
|
|
text-decoration: none;
|
|
width: 1em;
|
|
height: 1em;
|
|
}
|
|
|
|
.mx-cls {
|
|
text-align: left;
|
|
font-family: monospace;
|
|
width: 100%;
|
|
border-top: 2px solid grey;
|
|
border-bottom: 1px solid silver;
|
|
}
|
|
|
|
.mx-name {
|
|
text-align: left;
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
padding-left: 1em;
|
|
font-family: monospace;
|
|
border-bottom: 1px solid silver;
|
|
}
|
|
|
|
.mx-res {
|
|
display: block;
|
|
width: 1em;
|
|
min-height: 1em;
|
|
text-align: center;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.mx-res-combined {
|
|
white-space: nowrap;
|
|
padding-right: 0.2em;
|
|
text-align: right;
|
|
}
|
|
|
|
.mx-res-failed {
|
|
background-color: lightcoral;
|
|
}
|
|
|
|
.mx-res-passed {
|
|
background-color: lightgreen;
|
|
}
|
|
|
|
.mx-res-skipped {
|
|
background-color: lightyellow;
|
|
}
|
|
|
|
.mx-even {
|
|
background-color: lightgray;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>
|
|
Test Report : merged.xml
|
|
</h1>
|
|
|
|
|
|
<a id="toc"></a>
|
|
<table class="index-table">
|
|
<tr>
|
|
<td>
|
|
<ul class="toc">
|
|
|
|
</ul>
|
|
</td>
|
|
<td class="failure-index">
|
|
<ul class="toc">
|
|
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
<p class="footer">
|
|
Generated by junit2html
|
|
</p>
|
|
</body>
|
|
</html> |