Robot_Framework/RobotSelenium/Mentor/Results/output.xml
Lukáš Kaňka bb725fcd4c Test Google
2023-10-14 09:28:27 +02:00

36 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 6.1.1 (Python 3.11.4 on win32)" generated="20231014 00:31:29.419" rpa="false" schemaversion="4">
<suite id="s1" name="GoogleSearch" source="C:\Users\lukas\Mega\Data\GitHub\Robot_Framework\RobotSelenium\Mentor\Tests\Google\FunctionalTestSuite\GoogleSearch.robot">
<test id="s1-t1" name="This is sample test case" line="9">
<kw name="Open Browser" library="SeleniumLibrary">
<arg>${url}</arg>
<arg>${browser}</arg>
<doc>Opens a new browser instance to the optional ``url``.</doc>
<msg timestamp="20231014 00:31:29.915" level="INFO">Opening browser 'chrome' to base url 'https://www.google.com/'.</msg>
<status status="PASS" starttime="20231014 00:31:29.915" endtime="20231014 00:31:35.834"/>
</kw>
<kw name="Close Browser" library="SeleniumLibrary">
<doc>Closes the current browser.</doc>
<status status="PASS" starttime="20231014 00:31:35.835" endtime="20231014 00:31:38.141"/>
</kw>
<doc>Google test</doc>
<tag>regression</tag>
<status status="PASS" starttime="20231014 00:31:29.912" endtime="20231014 00:31:38.143"/>
</test>
<status status="PASS" starttime="20231014 00:31:29.427" endtime="20231014 00:31:38.145"/>
</suite>
<statistics>
<total>
<stat pass="1" fail="0" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="1" fail="0" skip="0">regression</stat>
</tag>
<suite>
<stat pass="1" fail="0" skip="0" id="s1" name="GoogleSearch">GoogleSearch</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>