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
1 answer

Which Xcode export methods are compatible with DeviceFarm?

I've been trying to make sense of how to do test automation for an iOS app using AWS DeviceFarm and there seems to be a vacuum of information on how an .ipa is allowed to be installed and run on a random DeviceFarm iOS device. I'm a bit new to…
Mig82
  • 4,856
  • 4
  • 40
  • 63
0
votes
1 answer

AWS device farm is not running few TestNG @Test annotations

I am using device farm for a couple of days but I never encountered the issue of ignoring the testng @Test annotations.But today when I try to run my tests it is ignoring few tests.I am not sure what I did wrong.All the tests are running…
swathi
  • 473
  • 1
  • 4
  • 11
0
votes
1 answer

how to run tests on amazon device farm using travis CI

I want to use travis ci for the build process, It looks like a good option as they have emulators also. But I want to run tests on real devices, like Amazon device farm. I am not able to find relevant documentation for that. Any help will be…
Hari Ram
  • 3,098
  • 5
  • 23
  • 30
0
votes
1 answer

Swipe functionality working locally but fails on device farm

I am trying to run a simple swipe function for an iOS app. The swipe functionality that I'm using is something like this: public static void swipe (AppiumDriver driver, WebElement element, String direction ) throws Exception { int startX =…
Aryak Sengupta
  • 1,727
  • 2
  • 18
  • 23
0
votes
1 answer

AWS Device Farm CLI Testsuite Filteration

I am using AWS Device Farm to run Appium test cases through the AWS CLI (for android apps). I want to run test suites selectively on Device Farm. I went through AWS CLI's documentation…
Sidhant
  • 11
  • 1
  • 3
0
votes
1 answer

Java after extracting zip with dependencies file cannot find excel files

I have to zip and upload my test automation file to Amazon WS devices farm. Amazon log gives me this error "no such a file or directory" when trying to find my excel files. Symptoms are as below: 1) I can run my tests in local 2) I can read my datas…
0
votes
2 answers

Unable to access properties file information in Amazon aws device farm

I've an automation script where in I wanted to executed the same on AWS device farm Framework implemented in Maven and all the respective plugins are mentioned in pom.xml as suggested by AWS I'm able to run the scripts on my local standalone…
user2459816
  • 85
  • 2
  • 11
0
votes
1 answer

How to use Amazon Device Farm with GoCD

We are planning to config CI for our mobile apps (both Android and iOS). I've tried to use Device Farm with our Java and TestNG scrips and it works well. However, I have no idea how to use your device cloud with our current GoCD to implement CI/CD…
Candy
  • 1
  • 2
0
votes
1 answer

AWS Device Farm unable to access VPC ips

AWS Device Farm seems only able to access public hosts/ips. I am looking into testing in non-production environment, but I could not find the settings to allow it to access hosts in a particular VPCs.
javapadawan
  • 897
  • 6
  • 12
  • 29
0
votes
1 answer

aws cli, create-device-pool keep occurring error.(I mind rule values should be stringfield already)

I am trying to use AWS cli to upload my apk and test suite to device farm, but stuck in create-device-pool. My cmd is below: aws devicefarm create-device-pool --project-arn…
black zeng
  • 135
  • 1
  • 13
0
votes
1 answer

Test android.permission.BIND_DEVICE_ADMIN in device farms

I am looking for a device farm, where it's possbile to test an android application that requires the permission for device administration (android.permission.BIND_DEVICE_ADMIN) Does anyone know such a device farm? I also appreciate any different…
Dominik Zinser
  • 136
  • 2
  • 10
0
votes
1 answer

java.lang.NoClassDefFoundError: jenkins/scm/RunWithSCM

I have integrated Jenkins with AWS Device farm. Now from my Jenkins UI Console if I run a build I get the following exception: FATAL: jenkins/scm/RunWithSCM java.lang.NoClassDefFoundError: jenkins/scm/RunWithSCM at…
Ravi Sharma
  • 244
  • 2
  • 14
0
votes
1 answer

AWS Device Farm + Espresso: Running Espresso Instrumentation Test involving Native JNI method call in AWS Device Farm

I am using Jenkins' Run Test on AWS Device Farm post build action to run Espresso Android Instrumentation test in the devices in Device Farm. The app uses a native JNI Library to create TIFF Images out of JPEGS. However, as soon as the code for…
thrust
  • 225
  • 1
  • 8
0
votes
1 answer

AWS Device Farm send requests to server

I struggle with an issue for a few days/weeks now and decided to ask the community help. I use AWS device farm to run my automation tests. For the test framework I use Appium + Python. The app tested has mobile native clients and a web app. I'm…
0
votes
1 answer

TakeScreenshot with AWS Device Farm and UIAutomator 2

I've got a problem with my automated UI tests using AWS device farm. I tried to create a new UIAutomator 2 test. This works fine on my device and my development machine. No I created a new test run in AWS device farm to run this test on all the…
driedel
  • 178
  • 9