aws-samples / aws-device-farm-appium-tests-for-sample-app

AWS Device Farm Appium tests
Apache License 2.0
91 stars 77 forks source link

Unable to find the testng xml in the project structure #7

Closed sanojqa closed 7 years ago

sanojqa commented 7 years ago

Unable to find the testng xml in the project. I need to run my test in the specific order and where can I mention the tests?

nikhil-dabhade commented 7 years ago

Unfortunately, test ordering is not supported via testng.xml today. You could, however, achieve this by having one test which calls the other tests in the order desired. The downside to this approach being that device farm will track that one test on a high level so any failures in the test will need to be figured out by digging in the logs.