I am doing some searching around and unable to fin...
# multiplatform
j
I am doing some searching around and unable to find anything official or unofficial. How can I run all the tests in a multi-module KMP project? Or even, in a single module? When I ask Android Studio to "Run All Tests", it doesn't run anything. Also,
./gradlew allTests
doesn't seem to do anything either.
j
What about simply
gradlew test
?
j
Oh okay, so that does work. Do you know how it runs those? Are they on Android or iOS emulators? Is there a way I can do it on both?
m
I like this plugin to be able to see what tasks depend on each other to figure out exactly what
test
does. https://github.com/dorongold/gradle-task-tree