Skip to content

Instantly share code, notes, and snippets.

@oiuww09fn
Last active January 3, 2016 16:19
Show Gist options
  • Save oiuww09fn/8488592 to your computer and use it in GitHub Desktop.
Save oiuww09fn/8488592 to your computer and use it in GitHub Desktop.
Robot Framework output.xml
*** Test Cases ***
Hello haha
Log hello
<?xml version="1.0" encoding="UTF-8"?>
<robot generated="20140118 18:01:00.916" generator="Robot 2.8.3 (Python 2.7.3 on win32)">
<suite id="s1" name="Hello &amp; World">
<suite source="C:\Users\repo\hello.txt" id="s1-s1" name="Hello">
<test id="s1-s1-t1" name="Hello haha">
<kw type="kw" name="BuiltIn.Log">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>hello</arg>
</arguments>
<msg timestamp="20140118 18:01:00.998" level="INFO">hello</msg>
<status status="PASS" endtime="20140118 18:01:00.998" starttime="20140118 18:01:00.997"></status>
</kw>
<doc></doc>
<tags>
</tags>
<status status="PASS" endtime="20140118 18:01:00.999" critical="yes" starttime="20140118 18:01:00.995"></status>
</test>
<doc></doc>
<metadata>
</metadata>
<status status="PASS" endtime="20140118 18:01:01.006" starttime="20140118 18:01:00.987"></status>
</suite>
<suite source="C:\Users\repo\world.txt" id="s1-s2" name="World">
<test id="s1-s2-t1" name="world fdaf">
<kw type="kw" name="BuiltIn.Log">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>world</arg>
</arguments>
<msg timestamp="20140118 18:01:01.037" level="INFO">world</msg>
<status status="PASS" endtime="20140118 18:01:01.037" starttime="20140118 18:01:01.037"></status>
</kw>
<doc></doc>
<tags>
</tags>
<status status="PASS" endtime="20140118 18:01:01.038" critical="yes" starttime="20140118 18:01:01.036"></status>
</test>
<doc></doc>
<metadata>
</metadata>
<status status="PASS" endtime="20140118 18:01:01.044" starttime="20140118 18:01:01.027"></status>
</suite>
<doc></doc>
<metadata>
</metadata>
<status status="PASS" endtime="20140118 18:01:01.053" starttime="20140118 18:01:00.916"></status>
</suite>
<statistics>
<total>
<stat fail="0" pass="2">Critical Tests</stat>
<stat fail="0" pass="2">All Tests</stat>
</total>
<tag>
</tag>
<suite>
<stat fail="0" pass="2" id="s1" name="Hello &amp; World">Hello &amp; World</stat>
<stat fail="0" pass="1" id="s1-s1" name="Hello">Hello &amp; World.Hello</stat>
<stat fail="0" pass="1" id="s1-s2" name="World">Hello &amp; World.World</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
*** Test Cases ***
world fdaf
Log world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment