cpisciotta / xcbeautify

A little beautifier tool for xcodebuild
MIT License
915 stars 62 forks source link

Support showing failing tests only #248

Closed murtaza64 closed 5 months ago

murtaza64 commented 5 months ago

Our project has a lot of unit tests and we would benefit from an option that allows us to only show failing tests (current behavior of --is-ci shows all tests, making it hard to spot which one failed at a glance). Is this functionality you would add, or accept a PR for? I could try implementing it. Perhaps as an alternative option --is-ci-failing-only or a combination option --failing-only

murtaza64 commented 5 months ago

After digging through the code a bit, it seems like -q might already do this... confirming now (somehow I didn't notice it last time if this is in fact the case)

murtaza64 commented 5 months ago

Yup, sorry for the spam lol