Swift Testing doesn't have 'Attached Recorded Snapshot' in Xcode report navigator #972
adammcarter
started this conversation in
General
Replies: 1 comment 5 replies
-
Hi @adammcarter, Swift Testing does currently support attachments, but may soon. Until then there isn’t much we can do. Converting this to a discussion for now, and feel free to keep the conversation going there. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
When writing snapshot tests in XCTest a failed test produces some output in the Xcode report navigator which has attachments for the failed images, including a diff image when the test fails due to mismatching images.
When writing these in Swift Testing, no output images are available in the Xcode report navigator to quickly preview.
To Reproduce
snapshotsdemo.zip
Expected behavior
Expected the 'Attached Recorded Snapshot' in Xcode report navigator
Screenshots
XCTest:

Swift Testing test:

Environment
Additional context
n/a
Beta Was this translation helpful? Give feedback.
All reactions