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 machine
Tech used Appium + Java + TestNG + Android
Successfully uploaded ZIP and apk into AWS
Converted into Zip as shown,
and my Appium-0.0.1-SNAPSHOT-tests contains following files
My framework uses these properties files to pass values to the scripts, so when I trigger the execution it is failing to invoke the properties files
AWS device farm says, "Tests skipped due to test package parsing error"
Please suggest