-
Currently, the generated snapshot file includes "v1" in a header comment, indicating v1 of the snapshot file format. (I believe this approach was borrowed from jest-snapshot.)
**Current snapshot fi…
-
Occasionally getting an error on CI
> SnapshotTesting/UIImage.swift:24: Fatal error: Unexpectedly found nil while unwrapping an Optional value
This is referring to a line here:
https://github.c…
-
Whenever I am performing snapshot test on functions which returns DTOs,
The import statement is keep on changing or modifying,
For first run I will get - from snapshottest import Snapshot, Generic…
-
After adding the pod to my Podfile, I get the following error:
```
[!] Unable to find a specification for `SnapshotTesting-Nimble`
You have either:
* out-of-date source repos which you can up…
-
- [ ] perseus works exactly as `snapshottest`, but with interactive mode while updating
- [x] perseus is autotested
- [ ] perseus mentions shapshottest in README
- [ ] perseus has cool GIF in R…
b0g3r updated
4 years ago
-
**Is your feature request related to a problem? Please describe.**
It's easy to increase coverage using some testing strategies (eg: [SnapshotTest](https://github.com/syrusakbary/snapshottest)), but …
-
There is probably something wrong with my local config, but I'm getting a lot of errors like this when running the tests:
```
java.lang.Exception: test timed out after 20000 milliseconds
at java.…
-
I created the Python library [snapshottest](https://pypi.org/project/snapshottest/) a few years ago (similar to the insta that you created in Rust!).
This library requires a string diffing library …
-
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…
-
Hi, thank you for creating this library!
I am using snapshottest on a project that has a level of randomization to test interdependent relationships. It would be helpful if snapshottest could vali…