Stephen Celis
Stephen Celis
> Having to iterate over many pixels is **super** slow and therefore I wouldn't even recommend using a precision lower than 1, unless your CI setup is either very fast...
Sorry for the long delay on this, and thanks for the original contribution! We believe this can be closed out with the merging of #628, which adds a `perceptualPrecision` option,...
This is related to https://github.com/pointfreeco/swift-snapshot-testing/issues/168. We may want to remove some of these defaults and let simulators do their thing.
@simondelphia Good catch. Thanks @davisg123 for the PR! We merged the first submission, but appreciate the time you took to fix the problem.
Hi @alrocha! The core of SnapshotTesting is pretty stable and no changes have been staged since 1.9.0. This means the interfaces used to create snapshot strategies and take snapshots are...
> Sorry to jump in, just wondering how making new versions could unintentionally break things for consumers of the library as they can stay on the older version? The main...
Finally going to close this one out 😅 Be careful with your upgrades! You may need to regenerate and re-audit your snapshots! https://github.com/pointfreeco/swift-snapshot-testing/releases/tag/1.10.0
Related: https://github.com/pointfreeco/swift-snapshot-testing/pull/467
@magic146 I really like the idea of this, and think it would be a nice design for whenever we have a huge breaking change, e.g. 2.0, where we can rethink...
Hi @zeusmedina! Thanks for the report! We have tests in the code base that exercise this: https://github.com/pointfreeco/swift-snapshot-testing/blob/4d426f65da1eb4b8f8c7fe2b108ad380ceded10f/Tests/SnapshotTestingTests/SnapshotTestingTests.swift#L378-L397 And a couple example outputs: - Extra small: https://github.com/pointfreeco/swift-snapshot-testing/blob/4d426f65da1eb4b8f8c7fe2b108ad380ceded10f/Tests/SnapshotTestingTests/__Snapshots__/SnapshotTestingTests/testTraits.iphone-se-extra-small.png - Accessibility extra extra...