-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestng-results.xml
61 lines (61 loc) · 3.85 KB
/
testng-results.xml
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
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8"?>
<testng-results ignored="0" total="2" passed="2" failed="0" skipped="0">
<reporter-output>
</reporter-output>
<suite started-at="2022-10-23T14:09:00 GMT" name="Default suite" finished-at="2022-10-23T14:09:31 GMT" duration-ms="31862">
<groups>
</groups>
<test started-at="2022-10-23T14:09:00 GMT" name="Chrome test" finished-at="2022-10-23T14:09:31 GMT" duration-ms="31862">
<class name="FrameworkWithoutPageFactoryParallelMethodsGridExample.TestCaseParallelMethods">
<test-method is-config="true" signature="startDriver(java.lang.reflect.Method, java.lang.String)[pri:0, instance:FrameworkWithoutPageFactoryParallelMethodsGridExample.TestCaseParallelMethods@17baae6e]" started-at="2022-10-23T14:09:00 GMT" name="startDriver" finished-at="2022-10-23T14:09:27 GMT" duration-ms="27721" status="PASS">
<params>
<param index="0">
<value>
<![CDATA[public void FrameworkWithoutPageFactoryParallelMethodsGridExample.TestCaseParallelMethods.test1() throws java.lang.Exception]]>
</value>
</param>
<param index="1">
<value>
<![CDATA[chrome]]>
</value>
</param>
</params>
<reporter-output>
</reporter-output>
</test-method> <!-- startDriver -->
<test-method is-config="true" signature="startDriver(java.lang.reflect.Method, java.lang.String)[pri:0, instance:FrameworkWithoutPageFactoryParallelMethodsGridExample.TestCaseParallelMethods@17baae6e]" started-at="2022-10-23T14:09:00 GMT" name="startDriver" finished-at="2022-10-23T14:09:03 GMT" duration-ms="3357" status="PASS">
<params>
<param index="0">
<value>
<![CDATA[public void FrameworkWithoutPageFactoryParallelMethodsGridExample.TestCaseParallelMethods.test2() throws java.lang.Exception]]>
</value>
</param>
<param index="1">
<value>
<![CDATA[chrome]]>
</value>
</param>
</params>
<reporter-output>
</reporter-output>
</test-method> <!-- startDriver -->
<test-method signature="test2()[pri:0, instance:FrameworkWithoutPageFactoryParallelMethodsGridExample.TestCaseParallelMethods@17baae6e]" started-at="2022-10-23T14:09:03 GMT" name="test2" finished-at="2022-10-23T14:09:07 GMT" duration-ms="3981" status="PASS">
<reporter-output>
</reporter-output>
</test-method> <!-- test2 -->
<test-method is-config="true" signature="stopDriver()[pri:0, instance:FrameworkWithoutPageFactoryParallelMethodsGridExample.TestCaseParallelMethods@17baae6e]" started-at="2022-10-23T14:09:07 GMT" name="stopDriver" finished-at="2022-10-23T14:09:07 GMT" duration-ms="97" status="PASS">
<reporter-output>
</reporter-output>
</test-method> <!-- stopDriver -->
<test-method signature="test1()[pri:0, instance:FrameworkWithoutPageFactoryParallelMethodsGridExample.TestCaseParallelMethods@17baae6e]" started-at="2022-10-23T14:09:27 GMT" name="test1" finished-at="2022-10-23T14:09:31 GMT" duration-ms="4014" status="PASS">
<reporter-output>
</reporter-output>
</test-method> <!-- test1 -->
<test-method is-config="true" signature="stopDriver()[pri:0, instance:FrameworkWithoutPageFactoryParallelMethodsGridExample.TestCaseParallelMethods@17baae6e]" started-at="2022-10-23T14:09:31 GMT" name="stopDriver" finished-at="2022-10-23T14:09:31 GMT" duration-ms="103" status="PASS">
<reporter-output>
</reporter-output>
</test-method> <!-- stopDriver -->
</class> <!-- FrameworkWithoutPageFactoryParallelMethodsGridExample.TestCaseParallelMethods -->
</test> <!-- Chrome test -->
</suite> <!-- Default suite -->
</testng-results>