Jaanus Kase · @jaanus
356 followers · 610 posts · Server mastodon.justtact.com

I’m having trouble with Pointfreeco’s snapshot testing. Tests run and complete fine, but there’s a delay at the end of the test process. I can’t figure out where it’s coming from or what causes it. Reduced to a very simple fully reproducible example in my environment.

Anyone have any ideas?

github.com/pointfreeco/swift-s

#swift #swiftui #xctest #snapshottesting

Last updated 1 year ago

Jaanus Kase · @jaanus
346 followers · 572 posts · Server mastodon.justtact.com

Point-Free has an excellent snapshot-testing library that lets you unit test your view snapshots (screenshots). It does not work with Xcode Cloud out of the box, because test runner environment in Xcode Cloud does not have access to the source repository, which snapshot-testing assumes by default.

Here’s my solution for making snapshot-testing work correctly with Xcode Cloud. jaanus.com/snapshot-testing-xc

#swift #xctest #snapshottesting #xcodecloud

Last updated 1 year ago

Ivan, the Language Mangler 🦀 · @hywan
1095 followers · 977 posts · Server fosstodon.org

Insta, insta.rs/.

Insta Snapshots, is a snapshot testing tool for Rust.

#rustlang #testing #snapshottesting

Last updated 2 years ago