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

Can we create mutiple test run for a single project in devicefarm

I am using aws devicefarm to run my android tests, and absolutely loved it. So everytime I run my script it creates a new project in my account but I don't want to do that. I just want to create single project in my account with all the testruns.…
python
  • 4,403
  • 13
  • 56
  • 103
0
votes
1 answer

How to handle Alert windows in Amazon Device Farm /w Appium

I currently trying out Amazon Device Farm and was able to get a dummy app to work. However, when I tried getting the actual App I want to get working on Amazon device farm, I'm unable to do so. I'm able to upload the .ipa file, and zip up and…
David Lai
  • 814
  • 7
  • 13
0
votes
1 answer

How to disable animation in aws devicefarm for android espresso test

I am running some android tests on AWS DeviceFarm and want to disable the animation. I came across this discussion and one guy suggested to pass --no-window-animation parameter. I am not able to figure out where to pass this parameter and…
0
votes
1 answer

How to push a file to sdcard of a device on AWS Device farm from Jenkins task

I am running some instrumentation tests on AWS Device farm from my Jenkins task. Everything works fine. Now for some of the testcases, I need to put a file to sdcard of the device. So, how to push a file to a sdcard of a device on "AWS Device Farm…
Sushil
  • 8,250
  • 3
  • 39
  • 71
0
votes
2 answers

Integrating AWS device farm with Jenkins

I want to integrate my Jenkins build with AWS device farm. So, while creating a project on AWS device farm, it asks to upload the apk to test. I want that the apk should be picked from Jenkins server location and I don't have to manually upload apk…
Sushil
  • 8,250
  • 3
  • 39
  • 71
0
votes
1 answer

AWS Device Farm CreateDevicePool internal error

I am trying to create device pool for a project using AWS DeviceFarm sdk in C#. I use the following command: var createDevicePoolResponse = client.CreateDevicePool (new CreateDevicePoolRequest { Name = "CustomDevicePool", …
Chebz
  • 1,375
  • 3
  • 14
  • 27
0
votes
1 answer

AWS device farm gradle plugin does not work with retrolambda

Following the guide- Setting up the AWS Device Farm Gradle Plugin, I set up my application and ran ./gradlew devicefarmUpload but I ran into a lot of errors. On inspection I realized, the error was for every time I used a lambda expression (via…
Vedant Agarwala
  • 18,146
  • 4
  • 66
  • 89
0
votes
2 answers

invalid address of the remote server or browser start-up failure error with Appium AWS-devicefarm

I have been trying to test my app using AWS device farm. I have both native iOS and native Android Versions. My TestNG Tests work locally perfectly, but online I kept getting the following error on both Android and iOS: TEST failed: Could not start…
0
votes
2 answers

"Invalid application uploaded" when trying to put file to AWS Device Farm using Java SDK

I'm trying to upload an apk to AWS Device Farm using the AWS Java SDK 1.10.16 First, I create the Upload object to get the upload url needed to send the apk using a PUT request: Upload upload = client.createUpload(new …
user2816801
  • 205
  • 1
  • 2
  • 7
-1
votes
1 answer

How to execute a long runing integration test for iOS

I tried searching and could not find the maximum time limit for an XCTest. I wanted to write a test that is going to run for 1 - 2 hours. Can I do this using wait(for: [CompletionExpectation], timeout: 3600)? Or will the test fail due to upper limit…
Parth
  • 2,682
  • 1
  • 20
  • 39
-1
votes
1 answer

How to update system apps in AWS device farms?

We have some of our scripts not working because the Android System WebView and Chrome browser versions are 74 version. We want to have 88 version on them. In our local emulator, we were able to update them but since AWS have unrooted devices, we…
-1
votes
1 answer

Why my data from API is not showing when we run iOS app in AWS device farm?

Our testing team using AWS device farm for testing the android and iOS applications. In my iOS application i am fetching the data from API and displaying it on UI. When i run app on real device and simulators it works fine but using AWS device farm,…
Vaishu S H
  • 139
  • 1
  • 6
-1
votes
1 answer

Unable to mock location while using remote access device in aws device farm

In remote access devices i was using only iphones I was able to mock location under auutomated test runs but not in remote access.
-1
votes
1 answer

AWS Device Farm - Missing or unprocessed resources

I followed following steps while trying to run android app test via AWS Lambda Node.JS Created a project Created an upload Uploaded APK to signed url Once upload was done I created device pool using following params var createDevicePoolParams = { …
-1
votes
2 answers

Get AWS device farm test video URL link in to my test management tool (Practitest)

I am working on appium java TestNG with maven and I run the script on device farm.Device farm generates 3 o/p in the form of logs, videos, and screenshot. My target is to get videos URL into practitest. This is my test management tool. So my…
1 2 3
23
24