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

Revision 3663, 2.8 KB checked in by luiz-fernando, 13 years ago (diff)

Ticket #1402 - Nova versão dos casos de testes, agora implementados com WebDriver? (Selenium 2.0)

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">Default test</td><td class="numi">2</td><td class="numi">2</td><td class="numi">0</td><td class="numi">0</td><td class="numi">11.9 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">Default test &#8212; passed</th></tr>
38<tr class="passedodd"><td rowspan="2">br.gov.serpro.expresso.cte.email.listar.LimparLixeiraTestCase<td><a href="#m1"><b>init</b>  </a></td><td class="numi">1</td><td class="numi">4690</td></tr><tr class="passedodd"><td><a href="#m2"><b>test</b>  </a></td><td class="numi">1</td><td class="numi">2004</td></tr>
39</table>
40<h1>Default test</h1>
41<a id="m1"></a><h2>br.gov.serpro.expresso.cte.email.listar.LimparLixeiraTestCase:init</h2>
42<p class="totop"><a href="#summary">back to summary</a></p>
43<a id="m2"></a><h2>br.gov.serpro.expresso.cte.email.listar.LimparLixeiraTestCase:test</h2>
44<p class="totop"><a href="#summary">back to summary</a></p>
45</body></html>
Note: See TracBrowser for help on using the repository browser.