Hello, somebody know how can we run Android Instrumented Tests (in androidTest directory) with kotes...
a
Hello, somebody know how can we run Android Instrumented Tests (in androidTest directory) with kotest?
I see there's a repo https://github.com/kotest/kotest-android but that one has no release yet
l
Currently you can do it via JUnit4 runner
If I'm not mistaken
It's still ver experimental. A project of mine uses it already
a
Ah, thanks for the help!