Skip to content

Commit

Permalink
removing statement
Browse files Browse the repository at this point in the history
  • Loading branch information
codeSolicitor committed Jan 5, 2023
1 parent dc03834 commit fbf28be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
1 change: 0 additions & 1 deletion Resources/AndroidCommon.robot
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ ${TIMEOUT} 3000

Open test app
[Timeout] ${TIMEOUT}
#Open Application ${REMOTE_URL} platformName=${platformName} platformVersion=${version} deviceName=${deviceName} visual=${visual} network=${network} isRealMobile=${isRealMobile} name="RobotFramework Lambda Test"
Open Application ${REMOTE_URL} platformName=${platformName} platformVersion=${version} deviceName=${deviceName} visual=${visual} network=${network} isRealMobile=${isRealMobile} app=${app} name="RobotFramework Lambda Test"

Close test app
Expand Down
1 change: 0 additions & 1 deletion Resources/Common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ ${TIMEOUT} 3000

Open test app
[Timeout] ${TIMEOUT}
#Open Application ${REMOTE_URL} platformName=${platformName} platformVersion=${version} deviceName=${deviceName} visual=${visual} network=${network} isRealMobile=${isRealMobile} name="RobotFramework Lambda Test"
Open Application ${REMOTE_URL} platformName=${platformName} platformVersion=${version} deviceName=${deviceName} visual=${visual} network=${network} isRealMobile=${isRealMobile} app=${app} name="RobotFramework Lambda Test"

Close test app
Expand Down
20 changes: 10 additions & 10 deletions output.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 6.0.1 (Python 3.10.8 on darwin)" generated="20230105 16:02:28.538" rpa="false" schemaversion="3">
<robot generator="Robot 6.0.1 (Python 3.10.8 on darwin)" generated="20230105 16:22:12.055" rpa="false" schemaversion="3">
<suite id="s1" name="IOS" source="/Users/ankitagarwal/Documents/Code-Snippet/LT-appium-python-robot/Tests/IOS.robot">
<test id="s1-t1" name="Example of connecting to Lambdatest via Robot Framework" line="13">
<kw name="Open test app" library="Common" type="SETUP">
Expand All @@ -21,26 +21,26 @@ Please check https://github.com/appium/appium/blob/master/docs/en/writing-runnin
| alias | no | alias |</doc>
<kw name="Capture Page Screenshot" library="AppiumLibrary">
<doc>Takes a screenshot of the current page and embeds it into the log.</doc>
<status status="FAIL" starttime="20230105 16:02:43.680" endtime="20230105 16:02:43.681"/>
<status status="FAIL" starttime="20230105 16:22:18.192" endtime="20230105 16:22:18.193"/>
</kw>
<msg timestamp="20230105 16:02:43.682" level="WARN">Keyword 'Capture Page Screenshot' could not be run on failure: Execution terminated by signal</msg>
<status status="FAIL" starttime="20230105 16:02:28.623" endtime="20230105 16:02:43.682"/>
<msg timestamp="20230105 16:22:18.193" level="WARN">Keyword 'Capture Page Screenshot' could not be run on failure: Execution terminated by signal</msg>
<status status="FAIL" starttime="20230105 16:22:12.154" endtime="20230105 16:22:18.193"/>
</kw>
<timeout value="50 minutes"/>
<status status="FAIL" starttime="20230105 16:02:28.623" endtime="20230105 16:02:43.682"/>
<status status="FAIL" starttime="20230105 16:22:12.154" endtime="20230105 16:22:18.193"/>
</kw>
<kw name="Close test app" library="Common" type="TEARDOWN">
<kw name="Close All Applications" library="AppiumLibrary">
<doc>Closes all open applications.</doc>
<status status="PASS" starttime="20230105 16:02:43.683" endtime="20230105 16:02:43.683"/>
<status status="PASS" starttime="20230105 16:22:18.194" endtime="20230105 16:22:18.195"/>
</kw>
<status status="PASS" starttime="20230105 16:02:43.682" endtime="20230105 16:02:43.683"/>
<status status="PASS" starttime="20230105 16:22:18.194" endtime="20230105 16:22:18.195"/>
</kw>
<timeout value="50 minutes"/>
<status status="FAIL" starttime="20230105 16:02:28.623" endtime="20230105 16:02:43.683">Setup failed:
<status status="FAIL" starttime="20230105 16:22:12.154" endtime="20230105 16:22:18.195">Setup failed:
Execution terminated by signal</status>
</test>
<status status="FAIL" starttime="20230105 16:02:28.539" endtime="20230105 16:02:43.684"/>
<status status="FAIL" starttime="20230105 16:22:12.056" endtime="20230105 16:22:18.195"/>
</suite>
<statistics>
<total>
Expand All @@ -53,6 +53,6 @@ Execution terminated by signal</status>
</suite>
</statistics>
<errors>
<msg timestamp="20230105 16:02:43.682" level="WARN">Keyword 'Capture Page Screenshot' could not be run on failure: Execution terminated by signal</msg>
<msg timestamp="20230105 16:22:18.193" level="WARN">Keyword 'Capture Page Screenshot' could not be run on failure: Execution terminated by signal</msg>
</errors>
</robot>

0 comments on commit fbf28be

Please sign in to comment.