Distributed native test execution over android devices
问题 I need to execute a test suite in distributed mode over two android devices . i'm using appium and testng .Any one of you'll able to do so ? 回答1: Here you have a pretty good setup to use in your project: AppiumTestDistribution E.g., you build with Maven, then add dependencies to your project: <dependency> <groupId>com.github.saikrishna321</groupId> <artifactId>AppiumTestDistribution</artifactId> <version>09c4398</version> </dependency> <repositories> <repository> <id>jitpack.io</id> <url