JimJam
JimJam

Reputation: 1

Does AWS Device Farm support OpenCV library?

I have created appium-python test cases to test my application on AWS Device Farm. They are working fine on my local machine but I am getting a parsing error when I am trying to run them on Device Farm. I created an empty test case and uploaded on AWS Device Farm and it got accepted but when I uploaded the test bundle after including OpenCV library it gave a parsing error. Is there any way I can use OpenCV on Device Farm?

I have changed prefix of all the libraries in wheels folder whose prefix was not -none-any.whl to -none-any.whl.

Upvotes: 0

Views: 180

Answers (1)

Scott Theriault
Scott Theriault

Reputation: 98

I would suggest looking into AWS Device Farm's Custom Environment. With Custom Environment's your tests will not be parsed, and you're able to edit a YAML file to ensure that your environment has the right dependencies and the tests are ran as you expect.

Upvotes: 0

Related Questions