Watch mode: Add key command to re-run tests #4734
Labels
A-testing
Area: testing
C-forge
Command: forge
Cmd-forge-test
Command: forge test
T-feature
Type: feature
Component
Forge
Describe the feature you would like
From time to time, I'd like to re-run tests in
--watch
mode without changing and saving a file. This is especially useful for fuzz tests, where I might want to see a few example failures in a row to understand why a particular test is failing. It would be nice to be able to press a hotkey to re-run all tests.Jest's watch mode is a good example: pressing
a
at any time in watch mode re-runs all tests:Additional context
No response
The text was updated successfully, but these errors were encountered: