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

Run spoon jar file without installing the debug .apk and androidTest .apk #589

Open T0n3l opened 1 month ago

T0n3l commented 1 month ago

Hello.

I want to know if I can do anything in order to use spoon runner just to run some tests from an androidTest .apk over a debug .apk. I mention that these 2 apks are already installed on the device

Thank you!