You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @angellindo — thanks for the report. file:// paths are not supported as a security measure in percy's backend, but could potentially be supported in percy-agent's capturing at some point.
The workaround you found using an express server for this is good and will create better automatic snapshot names anyway, so that's what we would suggest you do here. Going to close this as wontfix since there is a good workaround.
Hi im having an issue were percy service, it throws an error if I try to snapshot a URL that is a file I opened from the system.
The currently flow is:
I had to do a work around this simple scenario and create a ExpressJS server to provide that generated HTML as
http://localhost/...
My code looks like
but when I run my tests/snapshot on that code I get
Is there a way to handle this?
The text was updated successfully, but these errors were encountered: