Join Slack
Powered by
When I run test via Run button in Android Studio I...
# multiplatform
d
Dmitry Motyl
05/17/2019, 11:43 AM
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
ribesg
05/17/2019, 11:46 AM
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
2
Views
Open in Slack
Previous
Next