Hi, I finally got around to upgrading one of our projects at work to kotest 4.1.3, and using the new plugin. We've spotted a couple of things that might be issues, I can add to github if so, but thought I'd check...
1. Debug icon (in gutter, Kotest module, and also in run configuration) doesn't seem to run debug, the play button runs the tests, we just cant get debug working.
2. If you are using BehaviourSpec, and run any of the Given/When/Then blocks individually, then the test passes regardless of the asserts being false.
If you run the top level spec class (ie all tests in the BehaviourSpec) then this fails as epxected