Print a reminder when `--fail-fast` is on
See original GitHub issueWhen a run stops due to a fail and when --fail-fast
was provided, I’d like there to be a bold notice somewhere, perhaps at the bottom of the output, reminding me that --fail-fast
is on, so that I will never mistakenly think that I have only one failing test.
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Don't Fail Fast. Succeed Fast. - LinkedIn
But should you embrace them? The fewer you make, the faster you'll succeed. Don't fail fast. Succeed fast. Print it out and live...
Read more >Our Fail Fast Finery Don't Quit t-shirt is an inspiring print designed as ...
print designed as a reminder to never give up . Available in a range of colours and cut from superior 100% organic ✔︎,...
Read more >(#176) Fail Fast, Forward, and Fearlessly
The October 2013 issue of Success Magazine (print and accompanying CD) focused on failures. It examined the importance of not only taking ...
Read more >Fail-fast and Fail-safe iterations in Java Collections
Here if we print the element a, then all the elements will be printed. Fail-Fast Iterators internal working: Every fail fast collection has...
Read more >Using lint-staged, husky, and pre-commit hooks to fail fast and ...
A reminder here that this example has eslint installed in the root. If you wish eslint to be installed in each package then...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for the feedback. I’m still interested in seeing if i can figure this out and make a contribution 😃
I would like to give this a shot. I am not sure exactly how to go about it yet though, so any pointers are appreciated.
Sindre, for your idea of showing pending tests got any idea how would that work? From what i have seen so far it looks like once a test fails with the --fail-fast flag enabled Ava collects the test results that have been generated so far then starts teardown.