Hacker News new | ask | show | jobs
XCPretty - fast and 100% compatible xcodebuild formatter (github.com)
3 points by mneorr 4578 days ago
XCPretty is designed to be piped with xcodebuild and thus keeping 100% compatibility with it. This means, when xcodebuild works, xcpretty works. It's even a bit faster than xcodebuild only, since it saves your terminal some prints.
1 comments

I love the RSpec style test results! Thank you for this! I was just about to start building that because Xcode and xctool's test output is too noisy.