hi folks, after updating to the latest kotest ver...
# kotest
a
hi folks, after updating to the latest kotest version 5.5.1 i have an issue when running tests in intellij: • when clicking on the "run-all" gutter icon on the left no actual test is run • its still possible to run single tests using the gutter icon i am using IntelliJ 2022.1.3, kotest 5.5.1 and plugin version 1.2.63-IC-2022.1 let me know if i can provide more information
s
This was an issue with 5.5.0 so I would make sure you upgraded to 5.5.1 in all places.
a
thanks for the feedback. i can confirm that i am only using 5.5.1
i did some debugging and i think i have found the reason for my issue. i could see that in GradleTestPattern my classname was not properly parsed. Reason for that was that one of our packages contained an uppercase char and that the parse logic seems to assume that this is never the case (aware that its recommended to name packages lower case only). Seems that the parse logic change was introduced with v5.5.1 this So this explains why i was seeing the mentioned behaviour while using 5.5.1 I will rename our packages