Are you like clicking on the folder and `Run all t...
# kotlintest
l
Are you like clicking on the folder and
Run all tests
?
d
Yes
l
I'm not sure if Intellij is prepared to run Gradle tests that way. If you run them via gradle they'll work (
gradlew test
)
d
You're right, those two tests were the remnants of Spek... there's really no way that this could be done? It's so much nicer to see the test run in the IDE while in development, only for CI it would be convenient to use command line...
It's funny that single tests do work, and multiple tests don't
l
Probably because when one engine is picked, Intellij will try to run all tests through that engine.
d
So I configured kotlintest as the only engine in junitplatform configs, and it still doesn't run them... 🤕
l
I'm not sure, I usually execute class by class
But I think there's a way, just unsure if it works with Android correctly