cpisciotta / xcbeautify

A little beautifier tool for xcodebuild
MIT License
947 stars 67 forks source link

[New Output] Swift Testing Results #313

Open tonyarnold opened 2 weeks ago

tonyarnold commented 2 weeks ago

What's the uncaptured output?

✔ Test run with 16 tests passed after 0.004 seconds. ◇ Test run started. ↳ Testing Library Version: 94 (arm64-apple-ios13.0-simulator) ◇ Suite UUIDRFC4122Tests started. ◇ Test "Test that a directly initialized UUID outputs in lowercase" started. ◇ Test "Test that a UUID initialized with an uppercase UUID string outputs in lowercase" started. ✔ Test "Test that a directly initialized UUID outputs in lowercase" passed after 0.008 seconds. ✔ Test "Test that a UUID initialized with an uppercase UUID string outputs in lowercase" passed after 0.008 seconds. ✔ Suite UUIDRFC4122Tests passed after 0.011 seconds. ✔ Test run with 30 tests passed after 0.012 seconds.

Suggested Regex

No response

Suggested Output

No response

Additional Context

I haven't captured the test failure, timeout and other states here in this output.

piercifani commented 1 week ago

We've had to remove XCBeautify from our CI pipeline after migrating to Swift Testing because of this, interested in giving a hand if needed