Use custom test runners for android Unit Test

42 views Asked by At

Is it possible to use a custom test runner for android unit test? (Or junit tests)?

I have tried setting a custom test runner in my default config like

testInstrumentationRunner = "ca.xyz.CustomTestRunner"

But it doesn't work. I checked in the unit test configuraitons and I didn't see an option for this.

Am I missing something?

0

There are 0 answers