public
public copied to clipboard
Feature request: Rerun failing tests manually
Issue description or question
Scenario: I have integration tests towards some endpoint. Normally this endpoint is up all the time during development but when its down some tests are failing due to it (e.g. local http endpoint that restarts when I change the implementation).
After endoint is back up I want to rerun only the failing tests to without having to restart entire wallaby (and thus rerunning all tests as well).
Thanks.
@ArtemGovorov This feature would be insanely useful. I have a slightly flaky test suite consisting of several hundred tests and I find myself spending several minutes several times a day doing the following procedure manually:
- Jump to failing test
- go down a line
- rerun tests for line
- repeat number 1 until all failing tests are passing
If I could just have a command which would rerun failing tests it would be amazing. I've wanted this for several years now 😅