AWS Device farm seems to be ignoring TestNG annotations

前端 未结 2 1994
天涯浪人
天涯浪人 2020-12-19 15:24

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

2条回答
  •  天命终不由人
    2020-12-19 15:49

    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

提交回复
热议问题