gradle-spoon-plugin icon indicating copy to clipboard operation
gradle-spoon-plugin copied to clipboard

Run both spoonAndroidTest and connectedAndroidTest at the same time

Open iadcialim opened this issue 3 years ago • 1 comments

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.

iadcialim avatar Aug 04 '21 10:08 iadcialim

This should be in your $buildDir/reports/spoon-out/debug/ directory. Are checking the right directories?

jaredsburrows avatar Apr 24 '22 20:04 jaredsburrows