-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun1.xml
More file actions
47 lines (47 loc) · 1.74 KB
/
run1.xml
File metadata and controls
47 lines (47 loc) · 1.74 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
<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.0 (Python 3.10.12 on linux)" generated="2024-07-25T12:25:46.449535" rpa="false" schemaversion="5">
<suite id="s1" name="Test" source="/home/simonmeggle/Documents/01_dev/robotmk-examples/robotmk-examples-checkmk/templates/minimal/test.robot">
<test id="s1-t1" name="My Test" line="16">
<kw name="Log" owner="BuiltIn">
<msg time="2024-07-25T12:25:46.473944" level="INFO">Hello Checkmk!</msg>
<arg>${MYVAR}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2024-07-25T12:25:46.473784" elapsed="0.000196"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2024-07-25T12:25:49.474361" level="INFO">Slept 3 seconds.</msg>
<arg>3</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2024-07-25T12:25:46.474058" elapsed="3.000529"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2024-07-25T12:25:49.475268" level="INFO">Done.</msg>
<arg>Done.</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2024-07-25T12:25:49.474945" elapsed="0.000422"/>
</kw>
<status status="PASS" start="2024-07-25T12:25:46.473435" elapsed="3.002233"/>
</test>
<doc>This is a minimal Robot Framework suite.
You can execute it with
`robot test.robot`
or
`robot --variable MYVAR:Hello test.robot`
Either use an existing python environment or use RCC (https://github.com/robocorp/rcc)
to create one:
`rcc task shell`</doc>
<status status="PASS" start="2024-07-25T12:25:46.450127" elapsed="3.026400"/>
</suite>
<statistics>
<total>
<stat pass="1" fail="0" skip="0">All Tests</stat>
</total>
<tag>
</tag>
<suite>
<stat pass="1" fail="0" skip="0" id="s1" name="Test">Test</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>