Skip to content

Commit

Permalink
adding indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
codeSolicitor committed Jan 5, 2023
1 parent 5463e69 commit 0f3eab6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test_GalaxyS10:
robot --variable version:10 --variable platformName:Android --variable deviceName:"Galaxy S10" --variable isRealMobile:true --variable visual:false --variable network:false --variable console:false Tests/Android.robot

test_Android1:
robot --variable version:10 --variable platformName:android --variable deviceName:"Galaxy S20" --variable isRealMobile:true --variable visual:false --variable network:false --variable console:false Tests/Android.robot
robot --variable version:10 --variable platformName:android --variable deviceName:"Galaxy S20" --variable isRealMobile:true --variable visual:false --variable network:false --variable console:false Tests/Android.robot

test_ios1:
robot --variable version:14 --variable platformName:ios --variable deviceName:"iPhone 12" --variable isRealMobile:true --variable visual:false --variable network:false --variable console:false Tests/IOS.robot
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:24:09.199" rpa="false" schemaversion="3">
<robot generator="Robot 6.0.1 (Python 3.10.8 on darwin)" generated="20230105 16:58:03.932" rpa="false" schemaversion="3">
<suite id="s1" name="Android" source="/Users/ankitagarwal/Documents/Code-Snippet/LT-appium-python-robot/Tests/Android.robot">
<test id="s1-t1" name="Example of connecting to Lambdatest via Robot Framework" line="13">
<kw name="Open test app" library="AndroidCommon" 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:24:14.593" endtime="20230105 16:24:14.594"/>
<status status="FAIL" starttime="20230105 16:58:11.157" endtime="20230105 16:58:11.157"/>
</kw>
<msg timestamp="20230105 16:24:14.595" level="WARN">Keyword 'Capture Page Screenshot' could not be run on failure: Execution terminated by signal</msg>
<status status="FAIL" starttime="20230105 16:24:09.271" endtime="20230105 16:24:14.596"/>
<msg timestamp="20230105 16:58:11.158" level="WARN">Keyword 'Capture Page Screenshot' could not be run on failure: Execution terminated by signal</msg>
<status status="FAIL" starttime="20230105 16:58:04.013" endtime="20230105 16:58:11.158"/>
</kw>
<timeout value="50 minutes"/>
<status status="FAIL" starttime="20230105 16:24:09.270" endtime="20230105 16:24:14.596"/>
<status status="FAIL" starttime="20230105 16:58:04.013" endtime="20230105 16:58:11.158"/>
</kw>
<kw name="Close test app" library="AndroidCommon" type="TEARDOWN">
<kw name="Close All Applications" library="AppiumLibrary">
<doc>Closes all open applications.</doc>
<status status="PASS" starttime="20230105 16:24:14.596" endtime="20230105 16:24:14.598"/>
<status status="PASS" starttime="20230105 16:58:11.158" endtime="20230105 16:58:11.159"/>
</kw>
<status status="PASS" starttime="20230105 16:24:14.596" endtime="20230105 16:24:14.598"/>
<status status="PASS" starttime="20230105 16:58:11.158" endtime="20230105 16:58:11.159"/>
</kw>
<timeout value="50 minutes"/>
<status status="FAIL" starttime="20230105 16:24:09.270" endtime="20230105 16:24:14.598">Setup failed:
<status status="FAIL" starttime="20230105 16:58:04.013" endtime="20230105 16:58:11.159">Setup failed:
Execution terminated by signal</status>
</test>
<status status="FAIL" starttime="20230105 16:24:09.199" endtime="20230105 16:24:14.598"/>
<status status="FAIL" starttime="20230105 16:58:03.933" endtime="20230105 16:58:11.160"/>
</suite>
<statistics>
<total>
Expand All @@ -53,6 +53,6 @@ Execution terminated by signal</status>
</suite>
</statistics>
<errors>
<msg timestamp="20230105 16:24:14.595" level="WARN">Keyword 'Capture Page Screenshot' could not be run on failure: Execution terminated by signal</msg>
<msg timestamp="20230105 16:58:11.158" level="WARN">Keyword 'Capture Page Screenshot' could not be run on failure: Execution terminated by signal</msg>
</errors>
</robot>

0 comments on commit 0f3eab6

Please sign in to comment.