Rerunning only failing tests

Maybe this is obvious but I’d still like to know if it is possible to rerun only those tests that have failed.

I know that you can rerun and individual test, but I’d like to rerun the complete set of tests that are failing without having to restart the complete bulk of tests.

My workflow has traditionally been to command + click the rerun button on each of my failing tests so I can work on them in individual tabs. Its certainly not ideal — I’d love to know if there’s a better solution too.

I guess that’s a nice workaround, but a more elegant solution would be better.

Would something like testem-failure-reporter help?