-
SnapshotTesting uses GitHub issues for bugs. For more general discussion and help, please use [GitHub Discussions](https://github.com/pointfreeco/swift-snapshot-testing/discussions).
I've followed …
-
| | |
|------------------|-----------------|
|Previous ID | SR-11252 |
|Radar | None |
|Original Reporter | aemino (JIRA…
-
Some parts of Imagine Engine are a bit tricky to fully test with unit tests. While we are getting to a pretty high coverage now, parts of the rendering code are not really covered by tests, making ref…
-
| | |
|------------------|-----------------|
|Previous ID | SR-14742 |
|Radar | rdar://problem/79355548 |
|Original Repo…
-
Looks like there is no way to make snapshots opaque? It would save a lot of space to remove the alpha channel when not needed.
-
I'm seeing some tests with different binary image results on a Mac with Intel and a Mac with Apple M1.
The diff image is all grey, so I guess it's just some bits.
Has anyone also seen this problem…
-
### Description
I have an extension macro that is intended to be applied to protocol declarations. The macro provides default implementations of all of its members via an extension. If I declare a …
-
| | |
|------------------|-----------------|
|Previous ID | SR-14656 |
|Radar | rdar://problem/78458356 |
|Original Repo…
-
Thanks for the good work. I really like the approach of snapshot testing and therefor I am a bit disappointed, that I am currently stuck at this place.
I am using the library like this
```
…
-
In class `View.swift` is `UITraitCollection` extension. Static method constructors returns trait collection with `preferredContentSizeCategory` equal to `.medium`, but on real device default value is …