-
Notifications
You must be signed in to change notification settings - Fork 607
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
Different reference names in different environments #291
Comments
@godban Thanks for posting. The hash was added because we anticipate users with many config files may run into name conflicts with matching scenario names from different configs. Therefore BackstopJS attempts to create a unique ID for each un-named config. This does present an issue when sharing files. To avoid this conflict you can simply name your scenarios by using the ID property. Please see the docs here... https://github.com/garris/BackstopJS/tree/version_2_0#required-config-properties Please let me know if this solves your issue -- I don't want this new feature to overly complicate the app. Thanks! |
@garris thx for quick response Setting id resolves this issue. |
Glad it worked out. Cheers! |
This fixes problems with running tests in different environments garris/BackstopJS#291
Have a trouble with running tests in CI (previous week or so all was fine):
Happening because of prefix in reference name 01876053680_Index_0_logo_0_phone.png which is different from my local & committed one 2005537259_Index_0_logo_0_phone.png
It is looks like prefix is environment depending. Why it was changed? Previously all was fine without prefixes.
The text was updated successfully, but these errors were encountered: