skip to Main Content

How can I run Tests in Compose Multiplatform from Android Studio? (command line works)

I'm currently trying to get testing setup in my first Compose Multiplatform project. I've followed the instructions here: https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-test.html#writing-and-running-tests-with-compose-multiplatform So far I can run tests successfuly from the command line using: ./gradlew :composeApp:connectedAndroidTest When I try to run them from…

VIEW QUESTION
Back To Top
Search