Initiating and enthusiastic on AWS Device Farm

0

Good afternoon dear friends!

We are very enthusiastic to use Device Farm with our Appium Ruby automation, but, we facing a problem to configure and start the yml configuration.
Could you please show us an example about how to configure the yml and how to adapt the code to run it on DF, for example, what UDID we have to put on capabilities.
We appreciate if had some example project on Appium ruby/cucumber.

Thanks in Advance

PS. we had alot of tests trying to run, the last one was the below.
https://us-west-2.console.aws.amazon.com/devicefarm/home?region=us-east-2#/projects/732be549-5dae-4aac-935f-ae71059fcc7a/runs/0c1982c1-b27b-4ec8-a63d-33fd70e914e3

asked 5 years ago974 views
2 Answers
0

Hi there,
Thanks for reaching out. The problem with your test is that, in device farm, you're still using your local device configuration with udid "09340922021e7fda". You should be using the device farm udid, which is stored in an environment variable called "$DEVICEFARM_DEVICE_UDID". You're going to have to rework how your test starts its desired capabilities to use this environment variable. Let us know if you need any help doing this.

For more help on scaling up with Device Farm and using the YAML configuration file, you can also reach out to us over email at aws-devicefarm-support@amazon.com

Thanks!

AWS
answered 5 years ago
0

Thank you for the support!!

answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions