square / spoon

Distributing instrumentation tests to all your Androids.
https://square.github.io/spoon/
Apache License 2.0
2.7k stars 477 forks source link

Specify TestSuite and Device name #559

Open ithemant09 opened 5 years ago

ithemant09 commented 5 years ago

Hi , first of all thanks for this wonderful framework.

I need help in one scenario.

Say for e.g I have below two test suite Suite1.java [A.java, B.java, C.java] Suite2.java [X.java, Y.java, Z.java]

I would like to run Suite1.java in emulator1 & Suite2.java in emulator2. How we can achieve this using Spoon ?

Thanks.