mocha
mocha copied to clipboard
feat: highlight browser failures
PR Checklist
- [x] Addresses an existing open issue: fixes #792, works on #5129
- [x] That issue was marked as
status: accepting prs - [x] Steps in CONTRIBUTING.md were taken
Overview
- Change pass indicator to accessible color in light mode (dark green)
- As soon as a test fails, add a red fail indicator and color the "failures" text red
- As soon as all tests have a result, and none are failures, add a green pass indicator and color the "passes" text green
- Result indicators for the root suite are the same for the result indicators for individual tests
- Except result indicator for root suite is only pass/fail,
skipfor root suite will showpassfor simplicity (happy to change)
- Except result indicator for root suite is only pass/fail,
@JoshuaKGoldberg, ready for review :)
Thanks @JoshuaKGoldberg, glad I could help. Just curious, is there an ETA for when this might be merged? Would love to see my work deployed (I am a selfish and proud man 😆)
Haha that resonates with me. This is a UI-only change and the other maintainers haven't had time, let's ship! 🚀