I have successfully uploaded and run my tests on AWS device farm. Locally, I\'m using fun things like @Test(enabled = false, dependsOnGroups = \"Login\") to mark which test
I added testng.xml in the root of *-tests.jar and checked.
But device farm is not running the tests listed in testng.xml. It's still running all the classes with @Test annotation