Test Google
This commit is contained in:
2199
RobotSelenium/Mentor/Results/log.html
Normal file
2199
RobotSelenium/Mentor/Results/log.html
Normal file
File diff suppressed because one or more lines are too long
35
RobotSelenium/Mentor/Results/output.xml
Normal file
35
RobotSelenium/Mentor/Results/output.xml
Normal file
@ -0,0 +1,35 @@
|
||||
<?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>
|
2462
RobotSelenium/Mentor/Results/report.html
Normal file
2462
RobotSelenium/Mentor/Results/report.html
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user