-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The filename and paths are different (worse) in the latest update #247
Comments
I am having the same issue after upgrading from 5.0.0 to 5.0.2 |
Same problem |
Hi, same issue here. |
We also had to go back to version 5.0.0 for this reason. It is expecting a different folder structure for the 'visualRegressionBaseDirectory'.
It also adds a Seems like a mess, and I don't think it is a good idea to mess with the output folder structure. Also having to replicate your existing folder structure for the fixtures just seems like an additional hassle to maintain, although could be beneficial if you have non unique spec file names (don't!). |
Applying this workaround solved the issue but I definitively don't like my project folder structure for snapshots. Needs a fix |
This is still not fixed upgrading to 5.0.3 or 5.2.0 didn't solve the path issue. |
TLDR:
Full history:
Now all of the above is just related to the nasty |
I guess we all stay on v5.0.0. Thanks for the breakdown @Zaista, but I wish there would be flexibility while waiting for the good Cypress API, to pass the path via a temporary func and just remove |
The default path changed with cypress-visual-regression 5.0.2. See cypress-visual-regression/cypress-visual-regression#247 for details. Signed-off-by: Jonas <jonas@freesources.org>
The default path changed with cypress-visual-regression 5.0.2. See cypress-visual-regression/cypress-visual-regression#247 for details. Signed-off-by: Jonas <jonas@freesources.org>
The default path changed with cypress-visual-regression 5.0.2. See cypress-visual-regression/cypress-visual-regression#247 for details. Signed-off-by: Jonas <jonas@freesources.org>
In 5.0.0 it was (expected):
as I call command as
Now in 5.0.2:
Extra
/cypress/e2e
path and the file name for some reason converted to snakecase.The text was updated successfully, but these errors were encountered: