snapshot-testing
Here are 182 public repositories matching this topic...
-
Updated
Jun 7, 2021 - JavaScript
-
Updated
Jun 10, 2021 - Swift
-
Updated
Jun 21, 2021 - Swift
Add support for the following combinations:
cut.FindAll(...).MarkupMatches(...);
cut.Find(...).MarkupMatches(cut.FindComponents<X>());
-
Updated
Jun 17, 2021 - JavaScript
-
Updated
Jun 13, 2021 - C#
Hi there
Awesome library guys. So helpful. Like it a lot!
I'd like to propose a feature request: Disable auto-creating new snapshots and instead print out the content as preview.
Using the "--update-snapshots" one can still update/create those missing snapshots.
Thx for your consideration
Best
Dimitri
-
Updated
Jun 25, 2021 - C#
-
Updated
Aug 17, 2018 - JavaScript
Specifically the Swift version of the snapshot method in the iOSSnapshotTestCase
subspec. The Objective-C version of this behaves correctly.
To reproduce:
func testView() {
let view = UIView(frame: .init(x: 0, y: 0, width: 100, height: 100))
SnapshotVerifyWithInvertedColors(view, identifier: "someIdentifier")
}
When run in record mode, this should produce a referen
-
Updated
Jun 16, 2021 - C++
-
Updated
Mar 29, 2021 - Swift
-
Updated
Jun 24, 2021 - Java
The built in error message is very opaque (necessary because it has to be generic) but users can likely provide a more helpful friendly message customised to their tests (or e.g. when the diff just isn't useful). Therefore an option to customise this message would be useful.
This would only really be usable once #28 is implemented.
-
Updated
May 9, 2021 - JavaScript
-
Updated
May 10, 2021 - TypeScript
-
Updated
Jun 22, 2021 - JavaScript
-
Updated
Jan 27, 2021 - C#
-
Updated
Dec 9, 2019 - JavaScript
Is your feature request related to a problem? Please describe.
I want to use Syrupy when testing API response bodies. I have nested lists of objects inside my payload. There are values that are returned as part of the nested objects that are not static (eg, created dates, uuids, etc). I am using the path_type
matcher to access the nth element of an object, eg "data.0.dateCreated": (str,)
.
-
Updated
Dec 10, 2020 - TypeScript
-
Updated
Dec 15, 2020 - TypeScript
-
Updated
Jun 15, 2021 - JavaScript
-
Updated
Apr 14, 2020 - Swift
-
Updated
Jun 1, 2021 - JavaScript
-
Updated
May 14, 2021 - Java
Improve this page
Add a description, image, and links to the snapshot-testing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the snapshot-testing topic, visit your repo's landing page and select "manage topics."
SnapshotTesting.ViewImageConfig doesn't have such size.