How to make assertSnapshot() save to a particular file path #610
Unanswered
bwidulski-mdsol
asked this question in
Q&A
Replies: 3 comments
-
Moving this to a discussion since it is not an issue with the library. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same problem |
Beta Was this translation helpful? Give feedback.
0 replies
-
My solution was to mimic what assertSnapshot does but with my directory in verifySnapshot
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running a large test that takes screenshots of multiple screens and takes a while to run. I currently use verifySnapshot() to run through it without crashing due to a non-match and assertSnapshot() to make sure screenshots match. However, assertSnapshot() looks in a different folder than the one I save to with verifySnapshot(). How do I make it so that verifySnapshot() saves to a folder and assertSnapshot() looks in that folder.
Beta Was this translation helpful? Give feedback.
All reactions