I need to set the connectedAndroidTest on build.gradle instead of run a command line. How can I do that?
Asked
Active
Viewed 154 times
0
-
https://stackoverflow.com/questions/31713525/what-are-list-of-tasks-that-connectedandroidtest-executes – James Poag Oct 17 '18 at 22:55
-
Thanks for the link. There is another way to generate report (app\build\reports\androidTests\connected\...) without executing the command line? – gopp Oct 17 '18 at 23:08
-
Well, I mean I can think of how to do it in VS Code (with the gradle plugin) but then it's just running the commandline in the background. – James Poag Oct 17 '18 at 23:10
-
When I run in this way, the report is not being generated :( – gopp Oct 17 '18 at 23:18