source: devel/testlink/automation2.0/test-output/emailable-report.html @ 3766

Revision 3766, 3.6 KB checked in by luiz-fernando, 13 years ago (diff)

Ticket #1402 - Novos casos de teste implementados usando WebDriver?

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<title>TestNG:  Unit Test</title>
5<style type="text/css">
6table caption,table.info_table,table.param,table.passed,table.failed {margin-bottom:10px;border:1px solid #000099;border-collapse:collapse;empty-cells:show;}
7table.info_table td,table.info_table th,table.param td,table.param th,table.passed td,table.passed th,table.failed td,table.failed th {
8border:1px solid #000099;padding:.25em .5em .25em .5em
9}
10table.param th {vertical-align:bottom}
11td.numi,th.numi,td.numi_attn {
12text-align:right
13}
14tr.total td {font-weight:bold}
15table caption {
16text-align:center;font-weight:bold;
17}
18table.passed tr.stripe td,table tr.passedodd td {background-color: #00AA00;}
19table.passed td,table tr.passedeven td {background-color: #33FF33;}
20table.passed tr.stripe td,table tr.skippedodd td {background-color: #cccccc;}
21table.passed td,table tr.skippedodd td {background-color: #dddddd;}
22table.failed tr.stripe td,table tr.failedodd td,table.param td.numi_attn {background-color: #FF3333;}
23table.failed td,table tr.failedeven td,table.param tr.stripe td.numi_attn {background-color: #DD0000;}
24tr.stripe td,tr.stripe th {background-color: #E6EBF9;}
25p.totop {font-size:85%;text-align:center;border-bottom:2px black solid}
26div.shootout {padding:2em;border:3px #4854A8 solid}
27</style>
28</head>
29<body>
30<table cellspacing=0 cellpadding=0 class="param">
31<tr><th>Test</th><th class="numi">Methods<br/>Passed</th><th class="numi">Scenarios<br/>Passed</th><th class="numi"># skipped</th><th class="numi"># failed</th><th class="numi">Total<br/>Time</th><th class="numi">Included<br/>Groups</th><th class="numi">Excluded<br/>Groups</th></tr>
32<tr><td style="text-align:left;padding-right:2em">Compor e enviar emails</td><td class="numi">4</td><td class="numi">4</td><td class="numi">0</td><td class="numi">0</td><td class="numi">19.2 seconds</td><td class="numi"></td><td class="numi"></td></tr>
33</table>
34<a id="summary"></a>
35<table cellspacing=0 cellpadding=0 class="passed">
36<tr><th>Class</th><th>Method</th><th># of<br/>Scenarios</th><th>Time<br/>(Msecs)</th></tr>
37<tr><th colspan="4">Compor e enviar emails &#8212; passed</th></tr>
38<tr class="passedodd"><td rowspan="1">br.gov.serpro.expresso.cte.email.compor.SalvarEmailTestCase<td><a href="#m1"><b>test</b>  </a></td><td class="numi">1</td><td class="numi">3205</td></tr>
39<tr class="passedeven"><td rowspan="1">br.gov.serpro.expresso.cte.email.compor.EnviarEmailRascunhoTestCase<td><a href="#m2"><b>test</b>  </a></td><td class="numi">1</td><td class="numi">5007</td></tr>
40<tr class="passedodd"><td rowspan="1">br.gov.serpro.expresso.cte.email.compor.SalvarEmailTestCase<td><a href="#m3"><b>init</b>  </a></td><td class="numi">1</td><td class="numi">2638</td></tr>
41<tr class="passedeven"><td rowspan="1">br.gov.serpro.expresso.cte.email.compor.EnviarEmailRascunhoTestCase<td><a href="#m4"><b>init</b>  </a></td><td class="numi">1</td><td class="numi">2348</td></tr>
42</table>
43<h1>Compor e enviar emails</h1>
44<a id="m1"></a><h2>br.gov.serpro.expresso.cte.email.compor.SalvarEmailTestCase:test</h2>
45<p class="totop"><a href="#summary">back to summary</a></p>
46<a id="m2"></a><h2>br.gov.serpro.expresso.cte.email.compor.EnviarEmailRascunhoTestCase:test</h2>
47<p class="totop"><a href="#summary">back to summary</a></p>
48<a id="m3"></a><h2>br.gov.serpro.expresso.cte.email.compor.SalvarEmailTestCase:init</h2>
49<p class="totop"><a href="#summary">back to summary</a></p>
50<a id="m4"></a><h2>br.gov.serpro.expresso.cte.email.compor.EnviarEmailRascunhoTestCase:init</h2>
51<p class="totop"><a href="#summary">back to summary</a></p>
52</body></html>
Note: See TracBrowser for help on using the repository browser.