-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutput.xml
30 lines (30 loc) · 1.29 KB
/
output.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
<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 3.1.2 (Python 3.7.3 on win32)" generated="20190628 17:59:38.488" rpa="false">
<suite id="s1" name="Robot Run" source="C:\Users\Admin\PycharmProjects\demoTraning\robot_run.robot">
<test id="s1-t1" name="My Test">
<kw name="Run Positive Test Case Yahoo Transit" library="RobotLibrary">
<msg timestamp="20190628 18:00:29.537" level="INFO">.\chrome_driver\chromedriver.exe</msg>
<status status="PASS" starttime="20190628 17:59:38.860" endtime="20190628 18:00:29.537"></status>
</kw>
<kw name="Run Negative Test Case Login Error" library="RobotLibrary">
<msg timestamp="20190628 18:01:15.895" level="INFO">.\chrome_driver\chromedriver.exe</msg>
<status status="PASS" starttime="20190628 18:00:29.537" endtime="20190628 18:01:15.895"></status>
</kw>
<status status="PASS" starttime="20190628 17:59:38.860" endtime="20190628 18:01:15.895" critical="yes"></status>
</test>
<status status="PASS" starttime="20190628 17:59:38.488" endtime="20190628 18:01:15.897"></status>
</suite>
<statistics>
<total>
<stat pass="1" fail="0">Critical Tests</stat>
<stat pass="1" fail="0">All Tests</stat>
</total>
<tag>
</tag>
<suite>
<stat pass="1" fail="0" id="s1" name="Robot Run">Robot Run</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>