I am evaluating AWS device farm for running mobile web test. These are the steps I am anticipating:
- Create sample tests (Java)
- Package that as zip file
- Go through the AWS device farm console and upload the test zip only
- Manually select the configuration and other things
- Manually execute the test and evaluate results
For thing I need help are:
a) What if the tests needs some changes, do I need to go through the JAR package creation for every run? Can I run test from my IDE and if everything works fine then only package and upload it on AWS device farm?
b) To do (a) I noticed they have API to simulate step 3-5 to achieve running tests but wondering if there is some easy way to do it?