Summer Sale! All accounts are 50% off this week.

shawnveltman's avatar

Rerunning Failed Tests Only From Command Line

Hey all,

Possibly only useful for me, but I recently added a "re-run failed tests only" workflow to all of my projects, and it's been super helpful for those projects with thousands of tests where running parallel tests gives weird failures that pass when run again...

This allows me to quickly generate the list of failed tests, and re-run only those ones, instead of my previous workflow of having to re-run each one manually.

https://gist.github.com/shawnveltman/b7e29cd8b23ce4ce0e2d985fecb349bf

0 likes
1 reply
Sinnbeck's avatar

Very cool. Would be a nice addition to laravel itself 👍

2 likes

Please or to participate in this conversation.