kotest / kotest-intellij-plugin

The official Kotest plugin for Intellij and Android Studio
Apache License 2.0
173 stars 19 forks source link

Wrong test high lightening on clicking test name in Intellij test report window #55

Closed ashishkujoy closed 4 years ago

ashishkujoy commented 4 years ago

Please refer this screen recording posted on kotest-dev slack channel. https://kotlinlang.slack.com/files/US5P96JFJ/F012C2676DD/kotest-plugin-2.mov

sksamuel commented 4 years ago

This should be fixed now with the latest plugin. Can you confirm.

ashishkujoy commented 4 years ago

Latest 1.0.3 version is not available in intellij marketplace, I will build it locally and try out.

sksamuel commented 4 years ago

It's pending approval by jetbrains. I imagine tomorrow.

On Sun, 28 Jun 2020 at 23:41, Ashish Kumar Joy notifications@github.com wrote:

Latest 1.0.3 version is not available in intellij marketplace, I will build it locally and try out.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kotest/kotest-intellij-plugin/issues/55#issuecomment-650900825, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFVSGRWUIPJK2O7W5NBP6LRZALQ7ANCNFSM4MUCJCTA .

ashishkujoy commented 4 years ago

Its still same. On clicking the failed test name in run window, it highlights previous test. However, kotest tool window points to the correct test.

sksamuel commented 4 years ago

I find this sometimes works and sometimes doesn't.

sksamuel commented 4 years ago

I think this only happens for kotest tests itself, because we strip out io.kotest from stack traces, which of course breaks things inside kotest itself.

ashishkujoy commented 4 years ago

In that case I think we can close this issue.