Closed mcmc4519 closed 5 years ago
somebody have same error?
@mcmc4519 can you share your cypress.json
configuration? I'm wondering if there is a configuration edge case we didn't handle.
@mcmc4519 can you share your
cypress.json
configuration? I'm wondering if there is a configuration edge case we didn't handle.
@crosscompile
I think this issue should be fixed in v3.0.2. Feel free to reopen if you're still facing the issue.
@crosscompile
Hello. I see same error after update to 3.0.2 (and 3.1.0). No matter with or without screenshotsFolder
option specified.
It seems this fix broke windows support - you are trying to match with Regex that contains \
.
Sorry about that, looks like the regex used doesn't account for Window's file paths.
Released a fix in v3.1.1. I don't have a Windows computer handy to fully test if someone is able to confirm the fix works.
@crosscompile I check it on Windows. Everything is ok. Thank you!
Hi! On run test, and in test I run
cy.matchImageSnapshot(
category_withfilters${label});
I have error, http://prntscr.com/n7jec5
Can you help me?