I have a simple Android project that uses RoboElectric 2 and Maven.
I can run my tests with:
mvn clean test
but tests do not run inside IntelliJ IDEA. I get this strange error when trying to run tests from IntelliJ IDEA
Running tests Test running startedTest running failed: Unable to find instrumentation info for: ComponentInfo{com.example/android.test.InstrumentationTestRunner} Empty test suite.
I get no other errors in the IDE, and everything compiles and deploys correctly on the device inside IntelliJ.
source share