When I run test via Run button in Android Studio I...
# multiplatform
d
When I run test via Run button in Android Studio I got Exception “No runnable methods” Can I run and debug test in multiplatform ?
r
Tests in multiplatform are run with
gradle check
. If you run that from IntelliJ it opens a test interface with results. Not sure about Android Studio but it should work mostly the same