forked from naveenanimation20/SeleniumJavaCourse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestng-results.xml
More file actions
39 lines (39 loc) · 1.56 KB
/
testng-results.xml
File metadata and controls
39 lines (39 loc) · 1.56 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 skipped="0" failed="0" ignored="0" total="1" passed="1">
<reporter-output>
</reporter-output>
<suite name="Default suite" duration-ms="8041" started-at="2017-09-17T19:35:45Z" finished-at="2017-09-17T19:35:53Z">
<groups>
</groups>
<test name="Default test" duration-ms="8041" started-at="2017-09-17T19:35:45Z" finished-at="2017-09-17T19:35:53Z">
<class name="com.parameters.ParameterTest">
<test-method status="PASS" signature="yahooLoginTest(java.lang.String, java.lang.String, java.lang.String, java.lang.String)[pri:0, instance:com.parameters.ParameterTest@4883b407]" name="yahooLoginTest" duration-ms="7996" started-at="2017-09-18T01:05:45Z" finished-at="2017-09-18T01:05:53Z">
<params>
<param index="0">
<value>
<![CDATA[QA]]>
</value>
</param>
<param index="1">
<value>
<![CDATA[chrome]]>
</value>
</param>
<param index="2">
<value>
<![CDATA[https://login.yahoo.com/]]>
</value>
</param>
<param index="3">
<value>
<![CDATA[[email protected]]]>
</value>
</param>
</params>
<reporter-output>
</reporter-output>
</test-method> <!-- yahooLoginTest -->
</class> <!-- com.parameters.ParameterTest -->
</test> <!-- Default test -->
</suite> <!-- Default suite -->
</testng-results>