You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2025. It is now read-only.
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.