testng-results.xml
2.53 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<testng-results skipped="0" failed="0" ignored="0" total="2" passed="2">
<reporter-output>
</reporter-output>
<suite name="bpms自动化测试" duration-ms="35821" started-at="2018-04-10T10:26:41Z" finished-at="2018-04-10T10:27:17Z">
<groups>
</groups>
<test name="login" duration-ms="35821" started-at="2018-04-10T10:26:41Z" finished-at="2018-04-10T10:27:17Z">
<class name="com.essa.testSuite.Test_Login">
<test-method status="PASS" signature="setUp()[pri:0, instance:com.essa.testSuite.Test_Login@83b407]" name="setUp" is-config="true" duration-ms="12567" started-at="2018-04-10T10:26:41Z" finished-at="2018-04-10T10:26:54Z">
<reporter-output>
</reporter-output>
</test-method> <!-- setUp -->
<test-method status="PASS" signature="login(java.lang.String, java.lang.String)[pri:0, instance:com.essa.testSuite.Test_Login@83b407]" name="login" duration-ms="9690" started-at="2018-04-10T10:26:56Z" data-provider="users" finished-at="2018-04-10T10:27:06Z">
<params>
<param index="0">
<value>
<![CDATA[admin]]>
</value>
</param>
<param index="1">
<value>
<![CDATA[essa123]]>
</value>
</param>
</params>
<reporter-output>
</reporter-output>
</test-method> <!-- login -->
<test-method status="PASS" signature="login(java.lang.String, java.lang.String)[pri:0, instance:com.essa.testSuite.Test_Login@83b407]" name="login" duration-ms="9110" started-at="2018-04-10T10:27:06Z" data-provider="users" finished-at="2018-04-10T10:27:15Z">
<params>
<param index="0">
<value>
<![CDATA[linrong]]>
</value>
</param>
<param index="1">
<value>
<![CDATA[essa123]]>
</value>
</param>
</params>
<reporter-output>
</reporter-output>
</test-method> <!-- login -->
<test-method status="PASS" signature="tearDown()[pri:0, instance:com.essa.testSuite.Test_Login@83b407]" name="tearDown" is-config="true" duration-ms="2199" started-at="2018-04-10T10:27:15Z" finished-at="2018-04-10T10:27:17Z">
<reporter-output>
</reporter-output>
</test-method> <!-- tearDown -->
</class> <!-- com.essa.testSuite.Test_Login -->
</test> <!-- login -->
</suite> <!-- bpms自动化测试 -->
</testng-results>