Questions tagged [aws-device-farm]

AWS Device Farm helps you to improve the quality of your iOS, Android, and web applications by testing them against real phones and tablets in the AWS Cloud.

352 questions
0
votes
2 answers

how to send device farm test(espresso) report in mail from jenkins

I have configured jenkins to send mail to specific people for every build. I want to send test report along with text. How to do that? If you can help.
0
votes
1 answer

AWS Device Farm error : Unknown command, all the mobile commands except scroll have been removed

I've a sample test suite as follows : @Test(groups="swipeTest") public void swipeTest() { WebElement wl = driver.findElementByName("Video"); JavascriptExecutor js = (JavascriptExecutor) driver; HashMap scrollObject = new…
0
votes
1 answer

Run automated tests on AWS device farm in incremented ways

I am evaluating AWS device farm for running mobile web test. These are the steps I am anticipating: Create sample tests (Java) Package that as zip file Go through the AWS device farm console and upload the test zip only Manually select the…
0
votes
1 answer

How to access the uploaded extra data inside test script in AWS Device Farm?

I'm using Java-Appium-TestNG. I've uploaded a Excel file Testdata.xlsx containing my test data (using "Add Extra data" option). Which path I should mention inside the test script to access the TestData.xlsx?
0
votes
2 answers

AWS Device Farm fail to upload apk

I'm having a problem using AWS Device Farm, but the problem is that Amazon is not very specific on what goes wrong. After I created a new run and try to upload my apk file it shows this message before getting to finish the upload: There was a…
Camilo Ortegón
  • 3,414
  • 3
  • 26
  • 34
0
votes
0 answers

AWS Device Farm- Appium Python - Running only collected tests

I need some help regarding the run of the collected tests. So here is my scenario. I have the tests structured like this: tests_folder { feature01_tests_folder { tests } feature02_tests_folder { tests } } I'm using Appium…
0
votes
1 answer

How to use Calabash x-platform with Amazon Device Farm

I am planning to use x-platform frameworks with Amazon device farm but the x-platform folder hierarchy is different than what Amazon is accepting. Is there any way to solve this? There is a thread in amazon forum but it was solved by not using…
Mesut GUNES
  • 7,089
  • 2
  • 32
  • 49
0
votes
1 answer

Does Device Farm supports python 3.5 and appium 1.6.4-beta?

I want to use Device Farm for ios testing but currently we are using Python 3.5 and Appium 1.6.4-beta. As per their documentation, they only support python 2.7 and I feel like this is not updated. Can anyone confirm if the device farm currently…
python
  • 4,403
  • 13
  • 56
  • 103
0
votes
1 answer

Do Appium Python tests in AWS Device Farm have to run through pytest?

I've written some tests that have this structure: ├── __init__.py ├── __pycache__ ├── config │   ├── __init__.py │   ├── android_chrome.py │   ├── android_native.py │   ├── base_config.py │   ├── desktop_chrome.py │   ├── ios_native.py │   ├──…
danielle
  • 813
  • 2
  • 10
  • 26
0
votes
1 answer

Is there any possibility to get Device Farm Logcat through AWS Device Farm CLI

Is there any possibility to get Device Farm Logcat through AWS Device Farm CLI ?
Rijo Mon
  • 169
  • 2
  • 14
0
votes
1 answer

Unable to set driver context to Webview on AWS Device Farm

Unable to set driver context to Webview on AWS Device Farm Setting context to Webview on AWS Device Farm throwing error. System.Out.Println(driver.getContextHandles()) >> output shows only NATIVE_APP Does WebView context exist on AWS Device…
kalyan
  • 11
  • 2
0
votes
1 answer

AWS Appium Project Package

I see below error while packaging appium project for AWS. Unknown lifecycle phase --DskipTests=true. You must specify a valid lifecycle phase or a goal in the format Note: Executing packaging command on mac terminal Tried both --DskipTests=true &…
kalyan
  • 11
  • 2
0
votes
1 answer

AWS Device farm - iOS - app.launchEnviorment issues

The issue is app.launchEnvoirnment["key"] = "value" is being ignored on AWS, but runs fine on Circle CI and locally.
byedissident
  • 181
  • 2
  • 4
0
votes
2 answers

Amazon device farm - wheel file from macosx platform not supported

I am facing the following error on configuring Appium python test in AWS device farm: There was a problem processing your file. We found at least one wheel file…
0
votes
1 answer

Ionic 2 AWS Device Farm Appium Test NG

I have configured AWS Device Farm to run automated tests for my app. I successfully ran tests using the Built-in Explorer and Built-in Fuzz test types following this post. Now I would like to use the Appium Test NG type. I have installed the appium…
clems36
  • 922
  • 1
  • 13
  • 26