From dece3aeb61fc437e66479ee5eac267d04241f8f1 Mon Sep 17 00:00:00 2001 From: UchihaMadaraaa Date: Tue, 27 May 2025 20:24:30 +0530 Subject: [PATCH] TTN-23587 changed the bare minimum to make the tests executable --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 5 +++ Tests/AndroidIosWeb.robot | 9 ++-- output.xml | 85 -------------------------------------- 4 files changed, 9 insertions(+), 90 deletions(-) delete mode 100755 .DS_Store delete mode 100644 output.xml diff --git a/.DS_Store b/.DS_Store deleted file mode 100755 index bf5a62448192b5a6f56595e44b00007555d6fce1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKu};G<5IsXm0|>#u09ynzh_bMT62wl~SST$jNUc&qJ0e90iJxFVd_h+>BpCS# zzJM>N#5>ysyA6d2A#^9%&+*;mUS1SCCL&et)=NYSL=>Vi1~ce#jQ!k3Y{Jeg0u|q* z*(g7dE}x`)J>cWyyFBtE za_Y}h2g-Dy&pF;xm725$Y+=+G(W-bk4^rP`xI9<-Hv^vEW_`ZfpJ#c`Q|z%~V!i^{ zv)RH~gVKuvqJSvyp#ZNB5gKD`F*B%_4s`km01Pm#4P!n_a86_~wwM`&2c}Fa(4;DR z#84(3^O22aun*}Zk-;drl&(2mg9I4(1&Q_$J%SPytBUP99bU&I4oY%w#48JPSC MXc?pv1%6e5cP|IA&;S4c diff --git a/.gitignore b/.gitignore index 2e4c437..186dcaf 100755 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +# macOS system files +.DS_Store +.AppleDouble +.LSOverride + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/Tests/AndroidIosWeb.robot b/Tests/AndroidIosWeb.robot index f06c940..e01432b 100644 --- a/Tests/AndroidIosWeb.robot +++ b/Tests/AndroidIosWeb.robot @@ -13,8 +13,7 @@ ${TIMEOUT} 3000 Example of connecting to Lambdatest via Robot Framework [Timeout] ${TIMEOUT} Go To URL https://mfml.in/api/getInfo - Sleep 10 seconds - Click element id=resolution - Click element id=location - Click element id=details - Click element id=timezone \ No newline at end of file + Execute Script document.getElementById('resolution').click(); + Execute Script document.getElementById('location').click(); + Execute Script document.getElementById('details').click(); + Execute Script document.getElementById('timezone').click(); \ No newline at end of file diff --git a/output.xml b/output.xml deleted file mode 100644 index a5aeb84..0000000 --- a/output.xml +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - -${REMOTE_URL} -platformName=android -platformVersion=${version} -deviceName=${deviceName} -visual=${visual} -network=${network} -isRealMobile=${isRealMobile} -name="RobotFramework Lambda Test" -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 | - - - - - - -https://mfml.in/api/getInfo -Opens URL in default web browser. - - - -10 seconds -Pauses the test executed for the given time. -Slept 10 seconds - - - -id=resolution -Click element identified by `locator`. -Clicking element 'id=resolution'. - - - -id=location -Click element identified by `locator`. -Clicking element 'id=location'. - - - -id=details -Click element identified by `locator`. -Clicking element 'id=details'. - - - -id=timezone -Click element identified by `locator`. -Clicking element 'id=timezone'. - - - - -Closes all open applications. - - - - - - - - - - - -All Tests - - - - -AndroidIosWeb - - - - -