-
**Describe the bug**
Testing with perceptual snapshot comparison fails because the perceptual precision computation returns a value that does not match my perception.
**To Reproduce**
```swif…
-
For example, [SpanGrid](https://swiftpackageindex.com/Sherlouk/SpanGrid) should show 1 rather than 2 as it currently shows:
```swift
let package = Package(
name: "SpanGrid",
platform…
-
| | |
|------------------|-----------------|
|Previous ID | SR-14085 |
|Radar | rdar://problem/73518946 |
|Original Repo…
-
**Describe the bug**
When view hierarchy is created, a Swift UI identifier doesn't get purged. It causes unit test to fail because ids always mismatch. In my case it's
```
−
+
```
```
$10e77fe2…
-
**Describe the bug**
This is the image that is generated from trying to snapshot a SwiftUI view:
![image](https://github.com/pointfreeco/swift-snapshot-testing/assets/6960329/e92d4f12-9661-4549-82…
-
**Describe the bug**
For our use case, we need to enable `drawHierarchyInKeyWindow` to test 3rd party UI framework and generate visual diff results. As such, we're extending `swift-snapshot-testing…
-
**Describe the bug**
I'm using SnapshotTesting in a SwiftUI iOS project.
I wrap a SwiftUI view under test in a `UIHostingController`and then pass the hosting controller into the `assertSnapshot` met…
-
https://www.pointfree.co/blog/posts/113-inline-snapshot-testing
-
I have the settings
project.yml
```yaml
name: ''
options:
bundleIdPrefix: ''
groupSortPosition: top
createIntermediateGroups: true
settings:
base:
PRODUCT_BUNDLE_IDENTIFI…
-
Hi,
I have implemented collectionview a similar way, but are having issues when getting the data from and external database (Google Firebase). The function that counts the collectionview cells are …