Join Slack
Powered by
Hello, somebody know how can we run Android Instru...
# kotest
a
Animesh Sahu
09/24/2020, 4:00 AM
Hello, somebody know how can we run Android Instrumented Tests (in androidTest directory) with kotest?
Animesh Sahu
09/24/2020, 4:11 AM
I see there's a repo
https://github.com/kotest/kotest-android
but that one has no release yet
l
LeoColman
09/24/2020, 4:50 AM
Currently you can do it via JUnit4 runner
LeoColman
09/24/2020, 4:50 AM
If I'm not mistaken
LeoColman
09/24/2020, 4:51 AM
It's still ver experimental. A project of mine uses it already
LeoColman
09/24/2020, 4:51 AM
https://github.com/LeoColman/rpg-npc-generator/blob/master/app/src/androidTest/java/me/kerooker/rpgnpcgenerator/view/my/npc/individual/IndividualNpcFragmentTest.kt
a
Animesh Sahu
09/24/2020, 6:10 AM
Ah, thanks for the help!
2
Views
Open in Slack
Previous
Next