kotest-intellij-plugin
kotest-intellij-plugin copied to clipboard
Test result pane: rerun/debug doesn't work
On leaf nodes in the test result pane, right click offers rerun and debug as expected, but they do nothing:

And for higher level nodes, no such option is shown at all:
The corresponding gutter icons in the code do show both buttons, but they only work for top and leaf nodes
My testst use FreeSpec
IntelliJ IDEA 2022.3.1 kotest plugin 1.2.63-223.4884.69-EAP-SNAPSHOT (and earlier)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
It's a limitation of how intellij handles junit sources. Despite providing the link back it doesn't work for parent tests.
But it works for junit tests