Open garatadi opened 9 years ago
This plugin relies on SpoonRunner
capabilities in Square Spoon project. This runner does provide API to set multiple classes.
Hence, to fix this we have to submit a change to the spoon project to use RemoteAndroidTestRunner.setClassNames
API and then adapt this plugin to new SpoonRunner
API.
Is this fixed? Any plans when this will be done? Is the any other way we can run multiple tests using gradle?
We are using the following command to run multiple clases
./gradlew -PspoonClassName=class1,class2,class3 spoonDebugAndroidTest
Is there a command which can trigger multiple test class files?
Eg: gradle spoon -PspoonClassName=class1,class2 ?????