Image XCTAttachment replacement

We are currently using XCTAttachment for snapshot testing and add several images to an XCTIssue. As far as I can tell, currently Comment only support strings or did I miss something?

Correct—Comment is more or less just a human-readable string.

Attachments are currently experimental SPI:

Due to attachments' relatively large Swift interface, we are waiting for the Testing Workgroup to be fully set up before we propose it as API.

1 Like

Thanks. Can I already test it within Xcode?

Not to my knowledge.