- Notifications
You must be signed in to change notification settings - Fork31
LambdaTest/LT-appium-java-testng
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Sample repo to run app automation on real device on LambdaTest.
Below is the curl request to upload the app for automation
curl --location --request POST 'https://manual-api.lambdatest.com/app/upload/realDevice' \--header 'Authorization: Basic <ENTER_BASIC_AUTH_TOKEN_HERE>' \--form 'name="lambda1"' \--form 'appFile=@"/path/to/file"'curl -u"YOUR_LAMBDATEST_USERNAME":"YOUR_LAMBDATEST_ACCESS_KEY" \--location --request POST'https://manual-api.lambdatest.com/app/upload/realDevice' \--form'name="Android_App"' \--form'appFile=@"/Users/macuser/Downloads/proverbial_android.apk"'
Note:
- If you do not have any.apk or.ipa file, you can run your sample tests on LambdaTest by using our sampleAndroid app or sampleiOS app.
- Response of above cURL will be aJSON object containing the
App URLof the format - lt://APP123456789123456789 and will be used in the next step.
Write your automation script in the client language of your choice from the onessupported by Appium. In the sample automation script in Java for the sample app downloaded above. Ensure to update theapp_url,username andaccesskey in the below code.
Debug and run your code. Run iOSApp.java or AndroidApp.java in your editor.
Android:
mvn test -P android-singlemvn test -P android-parallelIOS:
mvn test -P ios-singlemvn test -P ios-parallelOnce you have run your tests, you can view the test execution along with logs. You will be able to see the test cases passing or failing. You can view the same atLambdaTest Automation.
About
Sample repo to run app automation on Java TestNG on real device on LambdaTest.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.