You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank for suggesting the improvement.
Thoughts after a quick research: current implemented mechanism relies on test process state (it waits for the process with tests to be finished before starting next one) and it will not work for this plugin, since the plugin keeps the process alive.
It will require to reimplement this mechanism or to do something tricky, so it will work for Sprinter.
Unfortunately, I don't think I'll have time for this in near future.
Workaround
There is already implemented action for rerunning tests which were run last time.
Shortcut is shift+alt+z or shit+option+z.
It's not the same, what your are asking for, but very close to it and, I hope, should solve your use-case.
The following
"Rerun Automatically" button is normally available when running or debugging JUnit tests
However, it's not available in the "Launched VM"
The text was updated successfully, but these errors were encountered: