public icon indicating copy to clipboard operation
public copied to clipboard

Feature request: Rerun failing tests manually

Open greenmooseSE opened this issue 3 years ago • 1 comments

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.

greenmooseSE avatar Aug 23 '21 09:08 greenmooseSE

@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:

  1. Jump to failing test
  2. go down a line
  3. rerun tests for line
  4. 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 😅

googleoryx avatar Nov 21 '23 07:11 googleoryx