-
I'm building a UI library as a Swift Package. Attempting to use `SnapshotTesting` gives me this:
Here's my package file:
```
// swift-tools-version: 6.0
// The swift-tools-version declares…
-
It seems like there are a lot of areas where snapshottest's own test coverage could (and should) be improved. Examples:
* Although we [test the examples] against their old snapshots, it would be gr…
-
**Describe the bug**
Only happens on linux
1. clone https://github.com/doozMen/swift-testing-main-bug
2. run unit tests with visual studio in debug
You will see it crashes. The docs state tha…
-
if you set
```
__unittest = True
```
in your various files, then the stackstrace in unittest (and others) will skip references in that file.
This means that i would only see the entry-point to …
-
Hello team, I am updating the Xcode image on Circle CI for my app, to use Xcode 14.2.
So far, with Xcode 14.0.1 and 14.1, the snapshot tests worked on the cloud.
But I noticed in the Xcode image o…
-
Is that possible to support Pandas Dataframe?
Currently, `snapshottest` only translate `df` into `GenericRepr` string value. The detailed data will be abbreviated.
I hope it can put the datafram…
-
**Is your feature request related to a problem? Please describe.**
The issue is that I have to run `--snapshot-update` in order to initiate a new assertion in a test. This is mostly an annoyance wh…
-
When trying to install `fastdiff` as a dependency for `snapshottest`, I get the following error:
```
Collecting wasmer; python_version >= "3.5" and platform_machine == "x86_64" and sys_platform ==…
-
SnapshotTesting uses GitHub issues for bugs. For more general discussion and help, please use [GitHub Discussions](https://github.com/pointfreeco/swift-snapshot-testing/discussions).
-
In order to present a modal view controller, its parent view controller must already be a member of a window hierarchy. Therefore given that SnapshotTesting prepares its window internally, there's no …