Is anybody experiencing the same issue where after...
# kotest
d
Is anybody experiencing the same issue where after updating to the latest plugin version, in IntelliJ IDEA, my gutter icons to run Kotest tests are gone? Plugin version 1.3.70-IC-2023.2
w
latest IJ EAP +
1.3.70-233.9802-EAP-CANDIDATE-SNAPSHOT
works for me, I see gutter icons for
DescribeSpec
tests
d
Sadly that version of the plugin is not compatible with my IntelliJ IDEA 2023.2.3
w
Ah, sorry I thought you're asking about EAP 🤦‍♂️
d
Ok, I found out it was due to the test class being in the same file as the class I was testing (it was a little homeworky kind of thing I was messing with). When I moved the class to a separate file in my test folder, the icons appeared. Strange that it worked before...
k
I also found that with this update, if you want the Kotest gutter icons you need to mark the directory as "Test sources root". This is normally automatically done for the
test
directory (as its name is recognised by Gradle and Maven) but if you have other non-standard test directory names, you might have to use the UI to mark them as such.