very_good_cli icon indicating copy to clipboard operation
very_good_cli copied to clipboard

feat: Add fail fast argument to very good test

Open erickzanardo opened this issue 1 year ago • 1 comments

Implement an argument to make the process of very_good test fail as soon as a test is broken.

This can help CI pipelines that have extensive test suites save execution time by stopping its process as soon as a broken test is identified.

erickzanardo avatar Aug 01 '22 13:08 erickzanardo

Other places that has this: Django (as flag) Jest (as option in which the value is the number of failed tests to cause the abortion)

renancaraujo avatar Aug 01 '22 13:08 renancaraujo