I use following command to run my JUnit tests and androidTests(instrumentation) “gradle test connectedAndroidTest --continue --scan”
Once this task is completed it publishes the gradle scan report with only unit test reports with OUT android test results.
How can I have both test results and androidtest results both on gradle scan?