I use looper to smoke out flaky tests.
As such, I run loop 'npm run test:acceptance' --num 5 and I look what the output is.
It would be awesome if at the end I could get a summary of success (0 exit code) vs unsuccessful (non-zero exit code) completions.
I use looper to smoke out flaky tests. As such, I run
loop 'npm run test:acceptance' --num 5
and I look what the output is. It would be awesome if at the end I could get a summary of success (0
exit code) vs unsuccessful (non-zero exit code) completions.And then I'll know to take a closer look. This would probably also work nicely with the other
--until-*
With a bit of guidance I could give this a try 😄