kotest
kotest copied to clipboard
Rerun Failed Tests not working with Kotest tests in IntelliJ IDEA
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:
- Run tests that include Kotest test cases
- Wait for some tests to fail
- Click "Rerun Failed Tests" button in the test runner
- 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.