-
Notifications
You must be signed in to change notification settings - Fork 15
/
output.xml
29 lines (29 loc) · 1012 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 3.1.2 (Python 3.7.1 on win32)" generated="20200206 13:41:35.509" rpa="false">
<suite id="s1" name="My First" source="C:\Users\JohnDoe\Documents\RobotFW\my_first.robot">
<test id="s1-t1" name="My First Robot Test">
<kw name="Log To Console" library="BuiltIn">
<doc>Logs the given message to the console.</doc>
<arguments>
<arg>Hello Robot World!</arg>
</arguments>
<status status="PASS" starttime="20200206 13:41:35.589" endtime="20200206 13:41:35.590"></status>
</kw>
<status status="PASS" starttime="20200206 13:41:35.585" endtime="20200206 13:41:35.590" critical="yes"></status>
</test>
<status status="PASS" starttime="20200206 13:41:35.512" endtime="20200206 13:41:35.592"></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="My First">My First</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>