Hey! I'm new to using kotest and I'm trying to get it setup with a project of mine. Seems to work great running from gradle, but the intellij plugin and trying to run from the gutter icons has been painful to try and get working.
I posted an issue yesterday, but no replies yet so I thought I'd post here too to get more eyes on it :)
s
sam
10/09/2022, 6:30 PM
In 5.x you can only run individual tests for JVM from intellij
e
Emil Kantis
10/09/2022, 7:02 PM
@Ben Woodworth there was a bug in Kotest 5.5.0 where tests were skipped if you tried to run with the gutter icon. Could you try upgrading to 5.5.1 and see if the issue persists?
Emil Kantis
10/11/2022, 7:16 AM
I'll try to get some time to check out your repro tonight.. Normally when I try to press gutter icons on multiplatform tests I think I get a choice on what target to run the tests on.
b
Ben Woodworth
10/11/2022, 7:43 PM
huh, yeah I don't think I get that. It just creates the run config and immediately starts it for me
e
Emil Kantis
10/11/2022, 7:44 PM
yeah I got the same now.. I might've misremembered. I don't do a lot of multiplatform dev 🙂
b
Ben Woodworth
10/12/2022, 9:17 PM
Hah, that is how it works for the
@kotlin.test.Test
-marked tests, for what it's worth. Just not the Kotest tests