kotest-intellij-plugin icon indicating copy to clipboard operation
kotest-intellij-plugin copied to clipboard

Test result pane: rerun/debug doesn't work

Open jlous opened this issue 2 years ago • 4 comments

On leaf nodes in the test result pane, right click offers rerun and debug as expected, but they do nothing: rerun2

And for higher level nodes, no such option is shown at all: norerun2 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)

jlous avatar Jan 03 '23 09:01 jlous

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.

stale[bot] avatar Mar 19 '23 04:03 stale[bot]

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.

stale[bot] avatar May 21 '23 18:05 stale[bot]

It's a limitation of how intellij handles junit sources. Despite providing the link back it doesn't work for parent tests.

sksamuel avatar Nov 20 '23 00:11 sksamuel

But it works for junit tests

jlous avatar Nov 21 '23 17:11 jlous