Blame view

target/TestReport/overview.html 3.03 KB
dennis.dong committed
1 2 3
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:math="http://exslt.org/math"
      xmlns:testng="http://testng.org">
   <head xmlns="">
donghu committed
4
      <title>pipi-test—cute接口自动化测试报告</title>
dennis.dong committed
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
      <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
      <meta http-equiv="pragma" content="no-cache"></meta>
      <meta http-equiv="cache-control" content="max-age=0"></meta>
      <meta http-equiv="cache-control" content="no-cache"></meta>
      <meta http-equiv="cache-control" content="no-store"></meta>
      <LINK rel="stylesheet" href="style.css"></LINK>
      <script type="text/javascript" src="main.js"></script>
   </head>
   <body>
      <h2>Test suites overview</h2>
      <table width="100%">
         <tr>
            <td align="center" id="chart-container"><script type="text/javascript">
                                    renderSvgEmbedTag(600, 200);
                                </script></td>
         </tr>
      </table>
      <table width="100%" cellpadding="5" cellspacing="1">
         <tr style="background-color: #eaf0f7;">
            <td width="100%">
donghu committed
25
               <div class="suiteStatusPass"></div>pipi-test
dennis.dong committed
26 27 28
            </td>
            <td xmlns="" style="background-color: #FFBBBB; padding: 3px 3px 3px 0;"
                align="center">
donghu committed
29
               <div style="width: 50px;">0</div>
dennis.dong committed
30 31 32
            </td>
            <td xmlns="" style="background-color: lightgreen; padding: 3px 3px 3px 0;"
                align="center">
donghu committed
33
               <div style="width: 50px;">22</div>
dennis.dong committed
34 35 36 37 38 39 40
            </td>
            <td xmlns="" style="background-color: #FFFFBB; padding: 3px 3px 3px 0;"
                align="center">
               <div style="width: 50px;">0</div>
            </td>
            <td xmlns="" align="center"
                style="background-color: #eaf0f7; padding: 3px 3px 3px 0;">
donghu committed
41
               <div style="width: 50px;">22</div>
dennis.dong committed
42 43 44
            </td>
            <td xmlns="" align="center"
                style="font-weight: bold; background-color: #eaf0f7; padding: 3px 3px 3px 0;">
donghu committed
45
               <div style="width: 50px;">100%</div>
dennis.dong committed
46 47 48
            </td>
            <td xmlns="" style="background-color: #eaf0f7; padding: 3px 3px 3px 0;"
                align="center"
donghu committed
49
                nowrap="true">14s
dennis.dong committed
50 51 52 53
               
            </td>
         </tr>
         <tr style="background-color: #f5f5f5; font-size: 12px;">
donghu committed
54
            <td>pipi-test</td>
dennis.dong committed
55
            <td align="center">0</td>
donghu committed
56 57 58 59 60
            <td align="center">22</td>
            <td align="center">0</td>
            <td align="center">22</td>
            <td align="center" style="font-weight: bold;">100%</td>
            <td align="center" nowrap="true">14s
dennis.dong committed
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
               
            </td>
         </tr>
      </table><br /><div xmlns=""
           style="margin-top: 15px; color: gray; text-align: center; font-size: 9px;">
         Generated with
         
         <a href="http://code.google.com/p/testng-xslt/" style="color: #8888aa;"
            target="_blank">
            TestNG XSLT
            
         </a>
      </div>
   </body>
</html>