Closed JamesIves closed 6 years ago
Thanks for filing this issue.
The problem here appears to be that you’re trying to pass configuration settings to Poltergeist when creating a snapshot. You must configure Poltergeist directly to ignore JavaScript errors. See this example on Stack Overflow for more information.
Running into this error when running Percy Anywhere:
I believe this is being triggered by some JavaScript errors that are on the page when Percy is run from a couple of vendor integrations that don't impact the page layout. I see that in the error log there's a way to turn off these errors using
js_errors: false
but I can't seem to figure out how to actually turn them off.Here's my attempt: