Search code examples
angularjstestingprotractorend-to-end

Re-run protractor timeout or failed tests


I didn't find any reference for the possibility to re-run failed tests (using protractor). Do you know how to do that? It would be great because I have a lot of tests and I don't like to run again all the tests to verify whether the previously failed tests passes or not.

Do anyone have experience with it? It would like this:

  • run all tests
  • collect failed tests and run those again (maybe I can set somehow the re-try limit like 2 or 3 times)
  • show the result

Solution

  • As far as I understand, currently it is not possible, but there is an open feature request: