-
Despite the docs saying the CLI will download and use its own version of Chromium, I keep running onto an issue on my machine:
When running with debug flag I also get sometimes:
Setting manually the Using Yarn, Capybara w/ Selenium (percy-capybara 5.0.0), |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @prsdta! This error is from your test suite and unrelated to Percy:
You'll need to upgrade the version of You'll want to undo any of the |
Beta Was this translation helpful? Give feedback.
Hey @prsdta! This error is from your test suite and unrelated to Percy:
You'll need to upgrade the version of
ChromeDriver
to match the version installed on your machine. You can use a gem likewebdrivers
to manage that: https://github.com/titusfortner/webdrivers#chromechromiumYou'll want to undo any of the
executable
config set in the.percy.yml
. Percy's asset discovery browser is entirely separate from the test suites browser.