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.
Questions tagged [aws-device-farm]
352 questions
0
votes
1 answer
How to test push notifications on amazon device farm
I would like to test that if every model on device farm receives push notifications from gcm, but as you know, a device cannot receive a notification if google account is not added on a device, how can I add a google account automatically, thanks

Mike
- 301
- 2
- 7
- 19
0
votes
0 answers
AWS Device Farm doesn't run all my test classes when a test class fail
I have a Test Project using AWS Device Farm (Appium + JUnit + Android) and the project is working fine when all test classes passed, but when one test class failed the execution stops and the other test classes are not executed. When I run the test…

roger
- 34
- 5
0
votes
0 answers
AWS Device Farm - Run Stuck at Pending (with Errored Status)
I am working on automating testing for my company using Appium Python + AWS Device Farm for iOS devices.
However, when I uploaded my .ipa file and Appium Python test to AWS Device farm, the run stuck and showed me that the status is "Errored", and…

LittleTomato
- 67
- 6
0
votes
2 answers
aws devicefarm python upload apk - android_app_aapt_debug_badging_failed
I am uploading the APK using python code, when I check for status after create_upload and uploading the actual file then I keep getting FAILED with android_app_aapt_debug_badging_failed. Any Idea why ?

Sam
- 31
- 4
0
votes
1 answer
AWS DeviceFarm Uploading the URL to S3 causes Error: read ECONNRESET?
While uploading the DeviceFarm S3 url for file uploading getting error code:ECONNRESET.
This is my code:
var AWS = require('aws-sdk');
var fs = require('fs');
var req = require('request');
var devicefarm = new…

Coder
- 79
- 8
0
votes
1 answer
Disable video recording on Amazon Device Farm tests
I'm trying to run some tests on a iOS app using Calabash and Amazon Device Farm. The tests run fine on the local simulator but when I try to execute them on the server it throws timeout exceptions.
I go to the tour screen failed: Timeout waiting…

anbarquer
- 178
- 1
- 2
- 8
0
votes
1 answer
Amazon Device Farm UNIQUE FAILURE error for Android device
I am using Amazon Device farm -Appium Java TestNG for testing of my android application. I am new to ADF. I am uploading my app and dependency zip, after completing the test, I am getting attached Unique failure error:
I have tried two type of code…

user2881287
- 11
- 3
0
votes
2 answers
Issues with running my Galen tests on AWS Device Farm
I am facing issues with running my Galen tests on AWS Device Farm, I am properly packaging my .gspec file under src/tests/java folder and providing the same in my POM.xml, but while running the tests on the farm it throws FileNotFound Exception…

Gaurav Sharma
- 11
- 2
0
votes
2 answers
unable to upload project in aws device farm
When i tried to upload my maven project getting an exception like
There was a problem processing your file. We could not find a *-tests.jar file in the root of your test package. Please unzip your test package, verify that at least one *-tests.jar…

Lucan
- 99
- 1
- 3
- 12
0
votes
4 answers
Cannot create jar file to upload on AWS Device Farm
I am using Appium test automation framework and i want to upload it on AWS Device Farm. I have updated the pom.xml and zip.xml file. When i run the command 'mvn clean package –-DskipTests=true' i get the following error.
[INFO] Scanning for…

girish
- 302
- 1
- 5
- 17
0
votes
0 answers
issue while running uiautomator 2.0 tests on AWS device farm
I am new to automated testing, and started using uiautomator 2.0 with android studio, I have 3 apk files, app-debug, app-debug-androidTest-unaligned and app-debug-unaligned.
In AWS device farm first i am uploading the app-debug, then choose…

Nadir
- 11
0
votes
1 answer
cause = {ErrnoException@5190} "android.system.ErrnoException: open failed: EACCES (Permission denied)"
I am part of the testing team exploring the test recorder using espresso to test our android application.
Planning to run the tests on AWS Device Farm.
Followed their 3 part tutorial @…
0
votes
1 answer
How to Install CA Certificate on Android devices in AWS Device Farm
As per our requirements we are expected to install our CA certificates on end user devices (for Android) manually or pushed the certificates though MobileIron service for our users. After successful installation of CA Certificates only, our App…
0
votes
1 answer
How to take screenshot in aws device farm for android espresso testing
I am using aws device farm for running my android tests, and we are using espresso framework. Some of the tests are failing today, and I want to take screenshots if my test fails. I have gone through your documentation but couldn't find anything…

python
- 4,403
- 13
- 56
- 103
0
votes
1 answer
How to integrate AWS Device Farm with TFS build
I am looking to integrate AWS Device Farm with my TFS Build. I have an .apk that I want to test on the Device Farm. Is there a TFS Build plugin similar to jenkins, if not then is there an API I can connect to in AWS to upload my apk and get…

Charu
- 2,679
- 6
- 35
- 52