gradle-spoon-plugin
gradle-spoon-plugin copied to clipboard
Run both spoonAndroidTest and connectedAndroidTest at the same time
When I run gradle task spoonAndroidTest, it only creates reports for the spoon screenshots. And it does not create the reports when you run connectedAndroidTest. Is it possible to run them both at the same time? and so it will create both reports.
This should be in your $buildDir/reports/spoon-out/debug/
directory. Are checking the right directories?