You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2019. It is now read-only.
Running the test with the CLI with the general command works fine:
$ ./gradlew test
-> All the test pass.
The IDE is trying to start the tests with the following (gradle console):
$ ./gradlew library:compileDebugTestJava
It complains that it doesn't fin JUnit, nor Robolectric. Manually triggering the tasks on the CLI doesn't work neither.
The project I'm trying to run is an Android Library. You can find the source code on github. I feel like the structure of the project does not comply to some assumptions that the plugin makes. I've tried to move everything and tests different combination but can't make this work. Any hint?