How can I use Kotest with Android Instrumentation ...
# kotest
p
How can I use Kotest with Android Instrumentation test (
androidTest
)? I don't need to test UI, just Room database. It seems my tests are not even run. Or maybe it does, I don't know. But the result of
connectedDebugAndroidTest
is success, even when there is a test that must be definitely failing.
w
Perhaps https://github.com/mannodermaus/android-junit5 will help, but overall junit5 is not officially supported by Google for neither Robolectric nor instrumented tests
p
Oh goodness...