cpisciotta / xcbeautify

A little beautifier tool for xcodebuild
MIT License
957 stars 68 forks source link

Summarize errors and warnings after filtered log output? #265

Open jshier opened 7 months ago

jshier commented 7 months ago

Currently xcbeautify (with the GitHub Actions parser) parses errors inline where they occur. This makes it difficult to get a quick summary of the failed cases and reasons, like what we had with xcpretty.

Part of the issue is that, for GitHub Actions, the summaries only show up in the Summary view, and in that case they're all lumped together. I'd like to be able to click on a particular job, which automatically scrolls to the bottom, and see exactly which tests failed and why.

cpisciotta commented 6 months ago

Hey @jshier! Thanks for filing this issue. I just recently released 2.0.0 which has been my focus for the past few weeks. Your concern is definitely on the roadmap, and I have encountered the same frustration. I have this draft PR that starts the process, and it was waiting on the 2.0.0 release. I'll post an update as soon as it is available.