kotest icon indicating copy to clipboard operation
kotest copied to clipboard

Rerun Failed Tests not working with Kotest tests in IntelliJ IDEA

Open amondnet opened this issue 9 months ago • 0 comments

Issue: The "Rerun Failed Tests" feature in IntelliJ IDEA does not work properly with Kotest tests. When attempting to rerun failed tests, the Kotest tests are excluded from the rerun.

Steps to reproduce:

  1. Run tests that include Kotest test cases
  2. Wait for some tests to fail
  3. Click "Rerun Failed Tests" button in the test runner
  4. Observe that failed Kotest tests are not included in the rerun

Expected behavior:

  • Failed Kotest tests should be included when using "Rerun Failed Tests" feature

Actual behavior:

  • Failed Kotest tests are excluded from the rerun
  • Only JUnit/TestNG failed tests are included in the rerun

Environment:

  • IntelliJ IDEA version: 2024.3.2.1
  • Kotest version: 5.9.1
  • Kotest IntelliJ Plugin version: 1.3.92-2024.3.1
  • Operating System: mac OS 13.6.1

Additional Notes: This functionality works correctly with JUnit tests but fails specifically with Kotest tests, making it difficult to debug failed tests efficiently.

amondnet avatar Feb 21 '25 05:02 amondnet