kotest / kotest-intellij-plugin

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

"Rerun failed tests" runs all tests #262

Open davidlinowolt opened 1 year ago

davidlinowolt commented 1 year ago

On IntelliJ version:

`IntelliJ IDEA 2023.1.2 (Ultimate Edition) Build #IU-231.9011.34, built on May 16, 2023 Licensed to Wolt Enterprises Oy / David Lino You have a perpetual fallback license for this version. Subscription is active until September 30, 2024. Runtime version: 17.0.6+10-b829.9 aarch64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 13.4 GC: G1 Young Generation, G1 Old Generation Memory: 6000M Cores: 10 Metal Rendering is ON Registry: debugger.new.tool.window.layout=true ide.experimental.ui=true

Non-Bundled Plugins: de.cmm.side_nodes (1.2) com.github.copilot (1.2.8.2631) com.markskelton.one-dark-theme (5.8.0) com.dubreuia.tool (2.6.0) net.ashald.envfile (3.4.1) com.datadog.intellij (0.7.1) kotest-plugin-intellij (1.3.69-IC-2023.1) com.nbadal.ktlint (0.12.0)

Kotlin: 231-1.8.21-IJ9011.34`

if I run all tests in a File and some are failing.

When I click on "Rerun Failed Tests"

I expect to run only the tests that fails.

But all tests are run. Successful and failures.

stale[bot] commented 1 year ago

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.

HoKwon commented 4 weeks ago

Hello, Is there any plan to resolve it?