50 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.3.2 (Python 3.13.5 on darwin)" generated="2025-07-24T18:06:58.850180" rpa="false" schemaversion="5">
<suite id="s1" name="Tests" source="/Users/tonkaew131/Developer/Web/ellely-robot-framework/tests/tests">
<suite id="s1-s1" name="000-Scroll-to-bottom-of-tile0" source="/Users/tonkaew131/Developer/Web/ellely-robot-framework/tests/tests/000-Scroll-to-bottom-of-tile0.robot">
<test id="s1-s1-t1" name="Scroll to bottom of tile0" line="7">
<kw name="Open Browser" owner="SeleniumLibrary">
<msg time="2025-07-24T18:06:58.918265" level="INFO">Opening browser 'Chrome' to base url 'http://localhost:5173/'.</msg>
<arg>url=${BASE_URL}/</arg>
<arg>browser=${BROWSER}</arg>
<doc>Opens a new browser instance to the optional ``url``.</doc>
<status status="PASS" start="2025-07-24T18:06:58.918121" elapsed="1.079427"/>
</kw>
<kw name="Wait Until Page Contains" owner="SeleniumLibrary">
<arg>robotframework demo</arg>
<doc>Waits until ``text`` appears on the current page.</doc>
<status status="PASS" start="2025-07-24T18:06:59.998091" elapsed="0.013706"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2025-07-24T18:07:01.013522" level="INFO">Slept 1 second.</msg>
<arg>1s</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2025-07-24T18:07:00.011957" elapsed="1.001910"/>
</kw>
<kw name="Scroll Element Into View" owner="SeleniumLibrary">
<arg>css:div#tile-0 button.target</arg>
<doc>Scrolls the element identified by ``locator`` into view.</doc>
<status status="PASS" start="2025-07-24T18:07:01.014422" elapsed="0.297988"/>
</kw>
<doc>Scrolls to the bottom of tile0 and verifies the presence of a button.</doc>
<status status="PASS" start="2025-07-24T18:06:58.917741" elapsed="2.395078"/>
</test>
<status status="PASS" start="2025-07-24T18:06:58.856973" elapsed="2.456567"/>
</suite>
<status status="PASS" start="2025-07-24T18:06:58.850836" elapsed="2.463308"/>
</suite>
<statistics>
<total>
<stat pass="1" fail="0" skip="0">All Tests</stat>
</total>
<tag>
</tag>
<suite>
<stat name="Tests" id="s1" pass="1" fail="0" skip="0">Tests</stat>
<stat name="000-Scroll-to-bottom-of-tile0" id="s1-s1" pass="1" fail="0" skip="0">Tests.000-Scroll-to-bottom-of-tile0</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>