Connect AWS Device Farm with Robot Framework Appium

0

I'm looking for solution to uplodate the test package (Automation script and related file) to AWS Device Farm. I'm using Robot Framework with Appium). What's the best solution to do?

There is an error message like picture belowEnter image description here

asked a year ago1460 views
1 Answer
0

Hi,

Thanks for reaching out. This error is usually related with the directory tree structure of the zip file.

We can see this discussed here in our documentation -> https://docs.aws.amazon.com/devicefarm/latest/developerguide/troubleshooting-appium-web-python.html#APPIUM_WEB_PYTHON_TEST_PACKAGE_INVALID_TEST_FILE_NAME

Can you please follow the steps and verify that it has the same structure? Can you please share the tree directory output?

You can also refer to this page in our documentation with regards to Appium working with Device farm -> https://docs.aws.amazon.com/devicefarm/latest/developerguide/test-types-appium.html.

AWS
SUPPORT ENGINEER
Ryan_A
answered a year ago
  • Hi, I have same problem. I am tryining execution a project in service device farm Share my tree directory output.

    Directory: C:\Users\Usuario\Documents\code\test_device_farm_aws

    Mode LastWriteTime Length Name


    d---- 26/04/2024 1:37 p. m. tests -a--- 26/04/2024 1:11 p. m. 734 requirements.txt -a--- 26/04/2024 1:16 p. m. 1224 test_bundle.zip

    Directory: C:\Users\Usuario\Documents\code\test_device_farm_aws\tests
    

    Mode LastWriteTime Length Name


    -a--- 25/04/2024 5:24 p. m. 1503 test_app.robot

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