testng-results.xml
2.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<testng-results ignored="1" total="3" passed="2" failed="0" skipped="0">
<reporter-output>
</reporter-output>
<suite started-at="2018-09-04T02:55:12Z" name="成品询价" finished-at="2018-09-04T02:56:12Z" duration-ms="60225">
<groups>
</groups>
<test started-at="2018-09-04T02:55:12Z" name="productInquiry" finished-at="2018-09-04T02:56:12Z" duration-ms="60225">
<class name="com.essa.testSuite.TestProductInquiry">
<test-method is-config="true" signature="setUp()[pri:0, instance:com.essa.testSuite.TestProductInquiry@7346ae3e]" started-at="2018-09-04T02:55:45Z" name="setUp" finished-at="2018-09-04T02:55:53Z" duration-ms="7839" status="PASS">
<reporter-output>
</reporter-output>
</test-method> <!-- setUp -->
<test-method signature="productInquiry()[pri:0, instance:com.essa.testSuite.TestProductInquiry@7346ae3e]" started-at="2018-09-04T02:55:53Z" name="productInquiry" description="成品询价流程" finished-at="2018-09-04T02:56:11Z" duration-ms="18216" status="PASS">
<reporter-output>
</reporter-output>
</test-method> <!-- productInquiry -->
<test-method is-config="true" signature="tearDown()[pri:0, instance:com.essa.testSuite.TestProductInquiry@7346ae3e]" started-at="2018-09-04T02:56:11Z" name="tearDown" finished-at="2018-09-04T02:56:12Z" duration-ms="773" status="PASS">
<reporter-output>
</reporter-output>
</test-method> <!-- tearDown -->
</class> <!-- com.essa.testSuite.TestProductInquiry -->
<class name="com.buyer.testSuite.TestAddToCart">
<test-method is-config="true" signature="setUp()[pri:0, instance:com.buyer.testSuite.TestAddToCart@1f2f0f50]" started-at="2018-09-04T02:55:12Z" name="setUp" finished-at="2018-09-04T02:55:21Z" duration-ms="9508" status="PASS">
<reporter-output>
</reporter-output>
</test-method> <!-- setUp -->
<test-method signature="keywordToCart()[pri:0, instance:com.buyer.testSuite.TestAddToCart@1f2f0f50]" started-at="2018-09-04T02:55:21Z" name="keywordToCart" description="关键字搜索,并将sku加入购物车" finished-at="2018-09-04T02:55:44Z" duration-ms="23097" status="PASS">
<reporter-output>
</reporter-output>
</test-method> <!-- keywordToCart -->
<test-method is-config="true" signature="tearDown()[pri:0, instance:com.buyer.testSuite.TestAddToCart@1f2f0f50]" started-at="2018-09-04T02:55:44Z" name="tearDown" finished-at="2018-09-04T02:55:45Z" duration-ms="760" status="PASS">
<reporter-output>
</reporter-output>
</test-method> <!-- tearDown -->
</class> <!-- com.buyer.testSuite.TestAddToCart -->
</test> <!-- productInquiry -->
</suite> <!-- 成品询价 -->
</testng-results>