This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Description
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.