|
22 | 22 | <info name="doc-subject">Report</info> |
23 | 23 | <info name="doc-author">fugerit79</info> |
24 | 24 | <info name="doc-language">en</info> |
| 25 | + <info name="page-width">29.7cm</info> |
| 26 | + <info name="page-height">21cm</info> |
25 | 27 | <info name="html-css-style"> |
26 | 28 | body { font-family: Arial, sans-serif; margin: 20px; } |
27 | 29 | table { border-collapse: collapse; width: 100%; margin: 20px 0; } |
|
36 | 38 | </info> |
37 | 39 | </metadata> |
38 | 40 | <body> |
39 | | - <h head-level="1">${docTitle}</h> |
| 41 | + <h head-level="1" style="bold">${docTitle}</h> |
40 | 42 |
|
41 | | - <h head-level="2">Summary</h> |
| 43 | + <h head-level="2" style="bold" space-before="20">Summary</h> |
42 | 44 |
|
43 | 45 | <table columns="2" colwidths="50;50" width="100" id="summary-table"> |
44 | 46 | <row header="true"> |
|
63 | 65 | </row> |
64 | 66 | </table> |
65 | 67 |
|
66 | | - <h head-level="2">Tags Summary</h> |
| 68 | + <h head-level="2" style="bold" space-before="20">Tags Summary</h> |
67 | 69 |
|
68 | 70 | <table columns="2" colwidths="50;50" width="100" id="tags-summary-table"> |
69 | 71 | <row header="true"> |
|
78 | 80 | </#list> |
79 | 81 | </table> |
80 | 82 |
|
81 | | - <h head-level="2">All Executed Tests</h> |
| 83 | + <h head-level="2" style="bold" space-before="20">All Executed Tests</h> |
82 | 84 |
|
83 | | - <table columns="4" colwidths="15;55;15;15" width="100" id="tags-summary-table"> |
| 85 | + <table columns="4" colwidths="15;55;15;15" width="100" id="all-tests-table"> |
84 | 86 | <row header="true"> |
85 | 87 | <cell border-width="${defaultTableBorderSize}"><phrase>Status</phrase></cell> |
86 | 88 | <cell border-width="${defaultTableBorderSize}"><phrase>Test</phrase></cell> |
|
92 | 94 | <#assign currentStatusIcon><#if currentTest.failed>Fail<#elseif currentTest.error>Error<#elseif currentTest.skipped>Skipped<#else>Passed</#if></#assign> |
93 | 95 | <row> |
94 | 96 | <cell border-width="${defaultTableBorderSize}" ${currentClassName}><phrase>${currentStatusIcon}</phrase></cell> |
95 | | - <cell border-width="${defaultTableBorderSize}"><phrase>${currentTest.className}#${currentTest.methodName}</phrase></cell> |
| 97 | + <cell border-width="${defaultTableBorderSize}"><phrase>${currentTest.className}​#${currentTest.methodName}</phrase></cell> |
96 | 98 | <cell border-width="${defaultTableBorderSize}"><#list currentTest.tags as currentTag><phrase class="tag">${currentTag}</phrase></#list></cell> |
97 | 99 | <cell border-width="${defaultTableBorderSize}"><phrase>${currentTest.time}s</phrase></cell> |
98 | 100 | </row> |
|
0 commit comments