Gradle Scan not picking up Instrumentation Tests (androidTest)

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?

Hi @manchikantishyam,

There is currently no way to enable this. It’s a known deficiency. It is something we will fix at some point, but I cannot give you an estimate on when at this time.