Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rerun Automatically functionality missing #4

Open
scosenza opened this issue Mar 1, 2024 · 2 comments
Open

Rerun Automatically functionality missing #4

scosenza opened this issue Mar 1, 2024 · 2 comments

Comments

@scosenza
Copy link

scosenza commented Mar 1, 2024

The following
Screenshot 2024-03-01 at 8 31 12 AM
"Rerun Automatically" button is normally available when running or debugging JUnit tests

However, it's not available in the "Launched VM"
Screenshot 2024-03-01 at 8 29 33 AM

@Mugenor
Copy link
Collaborator

Mugenor commented Mar 5, 2024

Hi!

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.

Let me know if it helps

@scosenza
Copy link
Author

scosenza commented Mar 9, 2024

Thanks for taking a look and suggesting a workaround

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants