forked from SZaghloul93/RobotProject1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoutput.xml
More file actions
144 lines (144 loc) · 5.69 KB
/
Copy pathoutput.xml
File metadata and controls
144 lines (144 loc) · 5.69 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 3.1.1 (Python 3.7.0 on win32)" generated="20190120 04:32:01.392" rpa="false">
<suite id="s1" name="TestSuite1" source="D:\Desktop\Workspaces\eclipse_2019\RobotProject1\test\TestSuite1.robot">
<kw name="Log" library="BuiltIn" type="setup">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>I am inside Test Suite Setup</arg>
</arguments>
<msg timestamp="20190120 04:32:01.587" level="INFO">I am inside Test Suite Setup</msg>
<status status="PASS" starttime="20190120 04:32:01.586" endtime="20190120 04:32:01.587"></status>
</kw>
<test id="s1-t1" name="MyFirstTest">
<kw name="Log" library="BuiltIn" type="setup">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>I am inside Test Setup</arg>
</arguments>
<msg timestamp="20190120 04:32:01.588" level="INFO">I am inside Test Setup</msg>
<status status="PASS" starttime="20190120 04:32:01.587" endtime="20190120 04:32:01.588"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Hello World...</arg>
</arguments>
<msg timestamp="20190120 04:32:01.588" level="INFO">Hello World...</msg>
<status status="PASS" starttime="20190120 04:32:01.588" endtime="20190120 04:32:01.588"></status>
</kw>
<kw name="Log" library="BuiltIn" type="teardown">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>I am inside Test Teardown</arg>
</arguments>
<msg timestamp="20190120 04:32:01.589" level="INFO">I am inside Test Teardown</msg>
<status status="PASS" starttime="20190120 04:32:01.589" endtime="20190120 04:32:01.589"></status>
</kw>
<tags>
<tag>smoke</tag>
</tags>
<status status="PASS" starttime="20190120 04:32:01.587" endtime="20190120 04:32:01.589" critical="yes"></status>
</test>
<test id="s1-t2" name="MySecondTest">
<kw name="Log" library="BuiltIn" type="setup">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>I am inside Test Setup</arg>
</arguments>
<msg timestamp="20190120 04:32:01.591" level="INFO">I am inside Test Setup</msg>
<status status="PASS" starttime="20190120 04:32:01.590" endtime="20190120 04:32:01.591"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>I am inside 2nd test</arg>
</arguments>
<msg timestamp="20190120 04:32:01.591" level="INFO">I am inside 2nd test</msg>
<status status="PASS" starttime="20190120 04:32:01.591" endtime="20190120 04:32:01.591"></status>
</kw>
<kw name="Set Tags" library="BuiltIn">
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<arguments>
<arg>regression1</arg>
</arguments>
<msg timestamp="20190120 04:32:01.592" level="INFO">Set tag 'regression1'.</msg>
<status status="PASS" starttime="20190120 04:32:01.592" endtime="20190120 04:32:01.592"></status>
</kw>
<kw name="Remove Tags" library="BuiltIn">
<doc>Removes given ``tags`` from the current test or all tests in a suite.</doc>
<arguments>
<arg>regression1</arg>
</arguments>
<msg timestamp="20190120 04:32:01.593" level="INFO">Removed tag 'regression1'.</msg>
<status status="PASS" starttime="20190120 04:32:01.592" endtime="20190120 04:32:01.593"></status>
</kw>
<kw name="Log" library="BuiltIn" type="teardown">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>I am inside Test Teardown</arg>
</arguments>
<msg timestamp="20190120 04:32:01.594" level="INFO">I am inside Test Teardown</msg>
<status status="PASS" starttime="20190120 04:32:01.593" endtime="20190120 04:32:01.594"></status>
</kw>
<tags>
<tag>example</tag>
</tags>
<status status="PASS" starttime="20190120 04:32:01.590" endtime="20190120 04:32:01.594" critical="yes"></status>
</test>
<test id="s1-t3" name="MyThirdTest">
<kw name="Log" library="BuiltIn" type="setup">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>I am inside Test Setup</arg>
</arguments>
<msg timestamp="20190120 04:32:01.596" level="INFO">I am inside Test Setup</msg>
<status status="PASS" starttime="20190120 04:32:01.596" endtime="20190120 04:32:01.596"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>I am inside 3rd test</arg>
</arguments>
<msg timestamp="20190120 04:32:01.596" level="INFO">I am inside 3rd test</msg>
<status status="PASS" starttime="20190120 04:32:01.596" endtime="20190120 04:32:01.596"></status>
</kw>
<kw name="Log" library="BuiltIn" type="teardown">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>I am inside Test Teardown</arg>
</arguments>
<msg timestamp="20190120 04:32:01.597" level="INFO">I am inside Test Teardown</msg>
<status status="PASS" starttime="20190120 04:32:01.597" endtime="20190120 04:32:01.597"></status>
</kw>
<tags>
<tag>sanity</tag>
</tags>
<status status="PASS" starttime="20190120 04:32:01.594" endtime="20190120 04:32:01.597" critical="yes"></status>
</test>
<kw name="Log" library="BuiltIn" type="teardown">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>I am inside Test Suite Teardown</arg>
</arguments>
<msg timestamp="20190120 04:32:01.598" level="INFO">I am inside Test Suite Teardown</msg>
<status status="PASS" starttime="20190120 04:32:01.598" endtime="20190120 04:32:01.599"></status>
</kw>
<status status="PASS" starttime="20190120 04:32:01.393" endtime="20190120 04:32:01.599"></status>
</suite>
<statistics>
<total>
<stat pass="3" fail="0">Critical Tests</stat>
<stat pass="3" fail="0">All Tests</stat>
</total>
<tag>
<stat pass="1" fail="0">example</stat>
<stat pass="1" fail="0">sanity</stat>
<stat pass="1" fail="0">smoke</stat>
</tag>
<suite>
<stat pass="3" fail="0" id="s1" name="TestSuite1">TestSuite1</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>