You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
224 lines
18 KiB
224 lines
18 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<robot generator="Robot 6.1.1 (Python 3.6.6 on win32)" generated="20240702 17:20:00.808" rpa="false" schemaversion="4">
|
|
<suite id="s1" name="Dating-agency" source="D:\LYL\Study\Robot_framework\space\Dating-agency">
|
|
<kw name="Import Variables" library="BuiltIn" type="SETUP">
|
|
<arg>${EXECDIR}\\DA_data.yaml</arg>
|
|
<doc>Imports a variable file with the given path and optional arguments.</doc>
|
|
<status status="PASS" starttime="20240702 17:20:00.842" endtime="20240702 17:20:00.846"/>
|
|
</kw>
|
|
<suite id="s1-s1" name="LoginUI" source="D:\LYL\Study\Robot_framework\space\Dating-agency\LoginUI">
|
|
<suite id="s1-s1-s1" name="Login" source="D:\LYL\Study\Robot_framework\space\Dating-agency\LoginUI\Login.robot">
|
|
<kw name="Set Library Search Order" library="BuiltIn" type="SETUP">
|
|
<arg>AppiumLibrary | Selenium2Library</arg>
|
|
<doc>Sets the resolution order to use when a name matches multiple keywords.</doc>
|
|
<status status="PASS" starttime="20240702 17:20:01.055" endtime="20240702 17:20:01.055"/>
|
|
</kw>
|
|
<test id="s1-s1-s1-t1" name="趣招亲小程序" line="21">
|
|
<kw name="Given 小程序UI自动化" library="LoginResource">
|
|
<kw name="Open Application" library="AppiumLibrary">
|
|
<arg>http://127.0.0.1:4723/wd/hub</arg>
|
|
<arg>platformName=Android</arg>
|
|
<arg>platformVersion=9</arg>
|
|
<arg>deviceName=emulator-5554</arg>
|
|
<arg>automationName=uiautomator2</arg>
|
|
<doc>Opens a new application to given Appium server.
|
|
Capabilities of appium server, Android and iOS,
|
|
Please check https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/server-args.md
|
|
| *Option* | *Man.* | *Description* |
|
|
| remote_url | Yes | Appium server url |
|
|
| alias | no | alias |</doc>
|
|
<msg timestamp="20240702 17:20:01.070" level="DEBUG">POST http://127.0.0.1:4723/wd/hub/session {"capabilities": {"firstMatch": [{"platformName": "Android", "appium:platformVersion": "9", "appium:deviceName": "emulator-5554", "appium:automationName": "uiautomator2"}]}, "desiredCapabilities": {"platformName": "Android", "platformVersion": "9", "deviceName": "emulator-5554", "automationName": "uiautomator2"}}</msg>
|
|
<msg timestamp="20240702 17:20:01.071" level="DEBUG">Starting new HTTP connection (1): 127.0.0.1:4723</msg>
|
|
<msg timestamp="20240702 17:20:05.304" level="DEBUG">http://127.0.0.1:4723 "POST /wd/hub/session HTTP/1.1" 200 758</msg>
|
|
<msg timestamp="20240702 17:20:05.306" level="DEBUG">Finished Request</msg>
|
|
<msg timestamp="20240702 17:20:05.307" level="DEBUG">Opened application with session id f748b401-7cd1-48b0-84cd-92c2b3407aef</msg>
|
|
<status status="PASS" starttime="20240702 17:20:01.056" endtime="20240702 17:20:05.307"/>
|
|
</kw>
|
|
<kw name="Get Window Height" library="AppiumLibrary">
|
|
<var>${Ysize}</var>
|
|
<doc>Get current device height.</doc>
|
|
<msg timestamp="20240702 17:20:05.307" level="DEBUG">GET http://127.0.0.1:4723/wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/window/rect {}</msg>
|
|
<msg timestamp="20240702 17:20:05.315" level="DEBUG">http://127.0.0.1:4723 "GET /wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/window/rect HTTP/1.1" 200 50</msg>
|
|
<msg timestamp="20240702 17:20:05.316" level="DEBUG">Finished Request</msg>
|
|
<msg timestamp="20240702 17:20:05.316" level="INFO">${Ysize} = 1920</msg>
|
|
<status status="PASS" starttime="20240702 17:20:05.307" endtime="20240702 17:20:05.316"/>
|
|
</kw>
|
|
<kw name="Get Window Width" library="AppiumLibrary">
|
|
<var>${Xsize}</var>
|
|
<doc>Get current device width.</doc>
|
|
<msg timestamp="20240702 17:20:05.317" level="DEBUG">GET http://127.0.0.1:4723/wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/window/rect {}</msg>
|
|
<msg timestamp="20240702 17:20:05.325" level="DEBUG">http://127.0.0.1:4723 "GET /wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/window/rect HTTP/1.1" 200 50</msg>
|
|
<msg timestamp="20240702 17:20:05.325" level="DEBUG">Finished Request</msg>
|
|
<msg timestamp="20240702 17:20:05.325" level="INFO">${Xsize} = 1080</msg>
|
|
<status status="PASS" starttime="20240702 17:20:05.316" endtime="20240702 17:20:05.325"/>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<var>${X1}</var>
|
|
<arg>${Xsize}*0.5</arg>
|
|
<doc>Evaluates the given expression in Python and returns the result.</doc>
|
|
<msg timestamp="20240702 17:20:05.325" level="INFO">${X1} = 540.0</msg>
|
|
<status status="PASS" starttime="20240702 17:20:05.325" endtime="20240702 17:20:05.325"/>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<var>${Y1}</var>
|
|
<arg>${Ysize}*0.25</arg>
|
|
<doc>Evaluates the given expression in Python and returns the result.</doc>
|
|
<msg timestamp="20240702 17:20:05.326" level="INFO">${Y1} = 480.0</msg>
|
|
<status status="PASS" starttime="20240702 17:20:05.326" endtime="20240702 17:20:05.326"/>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<var>${Y2}</var>
|
|
<arg>${Ysize}*0.5</arg>
|
|
<doc>Evaluates the given expression in Python and returns the result.</doc>
|
|
<msg timestamp="20240702 17:20:05.326" level="INFO">${Y2} = 960.0</msg>
|
|
<status status="PASS" starttime="20240702 17:20:05.326" endtime="20240702 17:20:05.327"/>
|
|
</kw>
|
|
<kw name="Swipe" library="AppiumLibrary">
|
|
<arg>${X1}</arg>
|
|
<arg>${Y1}</arg>
|
|
<arg>${X1}</arg>
|
|
<arg>${Y2}</arg>
|
|
<doc>Swipe from one point to another point, for an optional duration.</doc>
|
|
<msg timestamp="20240702 17:20:05.327" level="DEBUG">POST http://127.0.0.1:4723/wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/touch/perform {"actions": [{"action": "press", "options": {"x": 540, "y": 480}}, {"action": "wait", "options": {"ms": 1000}}, {"action": "moveTo", "options": {"x": 540, "y": 960}}, {"action": "release", "options": {}}]}</msg>
|
|
<msg timestamp="20240702 17:20:06.989" level="DEBUG">http://127.0.0.1:4723 "POST /wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/touch/perform HTTP/1.1" 200 14</msg>
|
|
<msg timestamp="20240702 17:20:06.989" level="DEBUG">Finished Request</msg>
|
|
<status status="PASS" starttime="20240702 17:20:05.327" endtime="20240702 17:20:06.989"/>
|
|
</kw>
|
|
<kw name="Wait Until Page Contains" library="AppiumLibrary">
|
|
<arg>趣招亲</arg>
|
|
<arg>3</arg>
|
|
<doc>Waits until `text` appears on current page.</doc>
|
|
<msg timestamp="20240702 17:20:06.990" level="DEBUG">GET http://127.0.0.1:4723/wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/source {}</msg>
|
|
<msg timestamp="20240702 17:20:07.230" level="DEBUG">http://127.0.0.1:4723 "GET /wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/source HTTP/1.1" 200 76384</msg>
|
|
<msg timestamp="20240702 17:20:07.231" level="DEBUG">Finished Request</msg>
|
|
<status status="PASS" starttime="20240702 17:20:06.990" endtime="20240702 17:20:07.231"/>
|
|
</kw>
|
|
<kw name="Click Element" library="AppiumLibrary">
|
|
<arg>xpath=//android.widget.RelativeLayout[@content-desc=\"趣招亲,\"]/android.widget.RelativeLayout[1]/android.widget.RelativeLayout[1]/android.widget.ImageView[1]</arg>
|
|
<doc>Click element identified by `locator`.</doc>
|
|
<msg timestamp="20240702 17:20:07.233" level="INFO">Clicking element 'xpath=//android.widget.RelativeLayout[@content-desc="趣招亲,"]/android.widget.RelativeLayout[1]/android.widget.RelativeLayout[1]/android.widget.ImageView[1]'.</msg>
|
|
<msg timestamp="20240702 17:20:07.233" level="DEBUG">POST http://127.0.0.1:4723/wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/elements {"using": "xpath", "value": "//android.widget.RelativeLayout[@content-desc=\"\u8da3\u62db\u4eb2,\"]/android.widget.RelativeLayout[1]/android.widget.RelativeLayout[1]/android.widget.ImageView[1]"}</msg>
|
|
<msg timestamp="20240702 17:20:07.437" level="DEBUG">http://127.0.0.1:4723 "POST /wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/elements HTTP/1.1" 200 139</msg>
|
|
<msg timestamp="20240702 17:20:07.437" level="DEBUG">Finished Request</msg>
|
|
<msg timestamp="20240702 17:20:07.437" level="DEBUG">POST http://127.0.0.1:4723/wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/element/00000000-0000-001e-ffff-ffff00000259/click {"id": "00000000-0000-001e-ffff-ffff00000259"}</msg>
|
|
<msg timestamp="20240702 17:20:07.467" level="DEBUG">http://127.0.0.1:4723 "POST /wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/element/00000000-0000-001e-ffff-ffff00000259/click HTTP/1.1" 200 14</msg>
|
|
<msg timestamp="20240702 17:20:07.467" level="DEBUG">Finished Request</msg>
|
|
<status status="PASS" starttime="20240702 17:20:07.232" endtime="20240702 17:20:07.467"/>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<arg>1</arg>
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<msg timestamp="20240702 17:20:08.469" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20240702 17:20:07.468" endtime="20240702 17:20:08.469"/>
|
|
</kw>
|
|
<kw name="Click Element" library="AppiumLibrary">
|
|
<arg>xpath=//android.view.View[@text=\"我的\"]</arg>
|
|
<doc>Click element identified by `locator`.</doc>
|
|
<msg timestamp="20240702 17:20:08.470" level="INFO">Clicking element 'xpath=//android.view.View[@text="我的"]'.</msg>
|
|
<msg timestamp="20240702 17:20:08.471" level="DEBUG">POST http://127.0.0.1:4723/wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/elements {"using": "xpath", "value": "//android.view.View[@text=\"\u6211\u7684\"]"}</msg>
|
|
<msg timestamp="20240702 17:20:08.556" level="DEBUG">http://127.0.0.1:4723 "POST /wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/elements HTTP/1.1" 200 139</msg>
|
|
<msg timestamp="20240702 17:20:08.556" level="DEBUG">Finished Request</msg>
|
|
<msg timestamp="20240702 17:20:08.556" level="DEBUG">POST http://127.0.0.1:4723/wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/element/00000000-0000-001b-0000-13660000018d/click {"id": "00000000-0000-001b-0000-13660000018d"}</msg>
|
|
<msg timestamp="20240702 17:20:09.035" level="DEBUG">http://127.0.0.1:4723 "POST /wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/element/00000000-0000-001b-0000-13660000018d/click HTTP/1.1" 200 14</msg>
|
|
<msg timestamp="20240702 17:20:09.036" level="DEBUG">Finished Request</msg>
|
|
<status status="PASS" starttime="20240702 17:20:08.469" endtime="20240702 17:20:09.036"/>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<arg>1</arg>
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<msg timestamp="20240702 17:20:10.036" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20240702 17:20:09.036" endtime="20240702 17:20:10.036"/>
|
|
</kw>
|
|
<kw name="Click Element" library="AppiumLibrary">
|
|
<arg>xpath=//android.view.View[@text=\"微信用户\"]</arg>
|
|
<doc>Click element identified by `locator`.</doc>
|
|
<msg timestamp="20240702 17:20:10.037" level="INFO">Clicking element 'xpath=//android.view.View[@text="微信用户"]'.</msg>
|
|
<msg timestamp="20240702 17:20:10.038" level="DEBUG">POST http://127.0.0.1:4723/wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/elements {"using": "xpath", "value": "//android.view.View[@text=\"\u5fae\u4fe1\u7528\u6237\"]"}</msg>
|
|
<msg timestamp="20240702 17:20:10.094" level="DEBUG">http://127.0.0.1:4723 "POST /wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/elements HTTP/1.1" 200 139</msg>
|
|
<msg timestamp="20240702 17:20:10.095" level="DEBUG">Finished Request</msg>
|
|
<msg timestamp="20240702 17:20:10.095" level="DEBUG">POST http://127.0.0.1:4723/wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/element/00000000-0000-001b-0000-13010000018d/click {"id": "00000000-0000-001b-0000-13010000018d"}</msg>
|
|
<msg timestamp="20240702 17:20:10.115" level="DEBUG">http://127.0.0.1:4723 "POST /wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/element/00000000-0000-001b-0000-13010000018d/click HTTP/1.1" 200 14</msg>
|
|
<msg timestamp="20240702 17:20:10.115" level="DEBUG">Finished Request</msg>
|
|
<status status="PASS" starttime="20240702 17:20:10.036" endtime="20240702 17:20:10.116"/>
|
|
</kw>
|
|
<kw name="Wait Until Page Contains" library="AppiumLibrary">
|
|
<arg>一键登录</arg>
|
|
<arg>3</arg>
|
|
<doc>Waits until `text` appears on current page.</doc>
|
|
<msg timestamp="20240702 17:20:10.116" level="DEBUG">GET http://127.0.0.1:4723/wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/source {}</msg>
|
|
<msg timestamp="20240702 17:20:10.268" level="DEBUG">http://127.0.0.1:4723 "GET /wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/source HTTP/1.1" 200 38749</msg>
|
|
<msg timestamp="20240702 17:20:10.268" level="DEBUG">Finished Request</msg>
|
|
<msg timestamp="20240702 17:20:10.470" level="DEBUG">GET http://127.0.0.1:4723/wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/source {}</msg>
|
|
<msg timestamp="20240702 17:20:10.870" level="DEBUG">http://127.0.0.1:4723 "GET /wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/source HTTP/1.1" 200 45147</msg>
|
|
<msg timestamp="20240702 17:20:10.870" level="DEBUG">Finished Request</msg>
|
|
<status status="PASS" starttime="20240702 17:20:10.116" endtime="20240702 17:20:10.871"/>
|
|
</kw>
|
|
<kw name="Click Element" library="AppiumLibrary">
|
|
<arg>xpath=//*[@text="我已阅读并同意"]</arg>
|
|
<doc>Click element identified by `locator`.</doc>
|
|
<msg timestamp="20240702 17:20:10.872" level="INFO">Clicking element 'xpath=//*[@text="我已阅读并同意"]'.</msg>
|
|
<msg timestamp="20240702 17:20:10.872" level="DEBUG">POST http://127.0.0.1:4723/wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/elements {"using": "xpath", "value": "//*[@text=\"\u6211\u5df2\u9605\u8bfb\u5e76\u540c\u610f\"]"}</msg>
|
|
<msg timestamp="20240702 17:20:10.928" level="DEBUG">http://127.0.0.1:4723 "POST /wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/elements HTTP/1.1" 200 139</msg>
|
|
<msg timestamp="20240702 17:20:10.929" level="DEBUG">Finished Request</msg>
|
|
<msg timestamp="20240702 17:20:10.929" level="DEBUG">POST http://127.0.0.1:4723/wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/element/00000000-0000-001b-0000-13a40000018d/click {"id": "00000000-0000-001b-0000-13a40000018d"}</msg>
|
|
<msg timestamp="20240702 17:20:10.947" level="DEBUG">http://127.0.0.1:4723 "POST /wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/element/00000000-0000-001b-0000-13a40000018d/click HTTP/1.1" 200 14</msg>
|
|
<msg timestamp="20240702 17:20:10.948" level="DEBUG">Finished Request</msg>
|
|
<status status="PASS" starttime="20240702 17:20:10.871" endtime="20240702 17:20:10.948"/>
|
|
</kw>
|
|
<kw name="Click Element" library="AppiumLibrary">
|
|
<arg>xpath=//*[@text="一键登录"]</arg>
|
|
<doc>Click element identified by `locator`.</doc>
|
|
<msg timestamp="20240702 17:20:10.950" level="INFO">Clicking element 'xpath=//*[@text="一键登录"]'.</msg>
|
|
<msg timestamp="20240702 17:20:10.950" level="DEBUG">POST http://127.0.0.1:4723/wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/elements {"using": "xpath", "value": "//*[@text=\"\u4e00\u952e\u767b\u5f55\"]"}</msg>
|
|
<msg timestamp="20240702 17:20:11.754" level="DEBUG">http://127.0.0.1:4723 "POST /wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/elements HTTP/1.1" 200 139</msg>
|
|
<msg timestamp="20240702 17:20:11.754" level="DEBUG">Finished Request</msg>
|
|
<msg timestamp="20240702 17:20:11.754" level="DEBUG">POST http://127.0.0.1:4723/wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/element/00000000-0000-001b-0000-13ad0000018d/click {"id": "00000000-0000-001b-0000-13ad0000018d"}</msg>
|
|
<msg timestamp="20240702 17:20:11.772" level="DEBUG">http://127.0.0.1:4723 "POST /wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/element/00000000-0000-001b-0000-13ad0000018d/click HTTP/1.1" 200 14</msg>
|
|
<msg timestamp="20240702 17:20:11.772" level="DEBUG">Finished Request</msg>
|
|
<status status="PASS" starttime="20240702 17:20:10.948" endtime="20240702 17:20:11.772"/>
|
|
</kw>
|
|
<kw name="Click Element" library="AppiumLibrary">
|
|
<arg>xpath=//android.view.View[@text=\"180****4975\"]</arg>
|
|
<doc>Click element identified by `locator`.</doc>
|
|
<msg timestamp="20240702 17:20:11.774" level="INFO">Clicking element 'xpath=//android.view.View[@text="180****4975"]'.</msg>
|
|
<msg timestamp="20240702 17:20:11.775" level="DEBUG">POST http://127.0.0.1:4723/wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/elements {"using": "xpath", "value": "//android.view.View[@text=\"180****4975\"]"}</msg>
|
|
<msg timestamp="20240702 17:20:13.642" level="DEBUG">http://127.0.0.1:4723 "POST /wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/elements HTTP/1.1" 200 139</msg>
|
|
<msg timestamp="20240702 17:20:13.642" level="DEBUG">Finished Request</msg>
|
|
<msg timestamp="20240702 17:20:13.643" level="DEBUG">POST http://127.0.0.1:4723/wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/element/00000000-0000-001b-0000-13d200000157/click {"id": "00000000-0000-001b-0000-13d200000157"}</msg>
|
|
<msg timestamp="20240702 17:20:13.673" level="DEBUG">http://127.0.0.1:4723 "POST /wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef/element/00000000-0000-001b-0000-13d200000157/click HTTP/1.1" 200 14</msg>
|
|
<msg timestamp="20240702 17:20:13.673" level="DEBUG">Finished Request</msg>
|
|
<status status="PASS" starttime="20240702 17:20:11.773" endtime="20240702 17:20:13.673"/>
|
|
</kw>
|
|
<kw name="Close Application" library="AppiumLibrary">
|
|
<doc>Closes the current application and also close webdriver session.</doc>
|
|
<msg timestamp="20240702 17:20:13.675" level="DEBUG">Closing application with session id f748b401-7cd1-48b0-84cd-92c2b3407aef</msg>
|
|
<msg timestamp="20240702 17:20:13.676" level="DEBUG">DELETE http://127.0.0.1:4723/wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef {}</msg>
|
|
<msg timestamp="20240702 17:20:13.875" level="DEBUG">http://127.0.0.1:4723 "DELETE /wd/hub/session/f748b401-7cd1-48b0-84cd-92c2b3407aef HTTP/1.1" 200 14</msg>
|
|
<msg timestamp="20240702 17:20:13.876" level="DEBUG">Finished Request</msg>
|
|
<status status="PASS" starttime="20240702 17:20:13.674" endtime="20240702 17:20:13.876"/>
|
|
</kw>
|
|
<status status="PASS" starttime="20240702 17:20:01.056" endtime="20240702 17:20:13.876"/>
|
|
</kw>
|
|
<status status="PASS" starttime="20240702 17:20:01.055" endtime="20240702 17:20:13.877"/>
|
|
</test>
|
|
<status status="PASS" starttime="20240702 17:20:00.849" endtime="20240702 17:20:13.877"/>
|
|
</suite>
|
|
<status status="PASS" starttime="20240702 17:20:00.847" endtime="20240702 17:20:13.879"/>
|
|
</suite>
|
|
<status status="PASS" starttime="20240702 17:20:00.823" endtime="20240702 17:20:13.880"/>
|
|
</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="Dating-agency">Dating-agency</stat>
|
|
<stat pass="1" fail="0" skip="0" id="s1-s1" name="LoginUI">Dating-agency.LoginUI</stat>
|
|
<stat pass="1" fail="0" skip="0" id="s1-s1-s1" name="Login">Dating-agency.LoginUI.Login</stat>
|
|
</suite>
|
|
</statistics>
|
|
<errors>
|
|
</errors>
|
|
</robot>
|