-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test result pane: rerun/debug doesn't work #237
Comments
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. |
1 similar comment
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 |
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)
The text was updated successfully, but these errors were encountered: