Replies: 1 comment 1 reply
-
Hey @erikaxel! Thanks for the report, I'm curious to know what driver you're using in your Capybara Cucumber tests. Also curious how you're invoking Percy in the cucumber tests. I'd expect this to work, given we're adding the Curious to hear more (and then likely build a reproduction) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The problem
We are using percy-capybara with Cucumber instead of Rspec and it seems not to work with the new version, we get the following error after updating according to the readme:
It used to work with older versions.
Environment
@percy/cli
version: percy/cli@^1.0.0-beta.62Details
We tried to use percy-selenium but that didnt work due to versioning issues, it requires a too high version of selenium to work. It might be that relaxing that and using that would be the right solution forward, but we think it would be nice if percy-capybara supports cucumber out of the box.
Create any simple test with cucumber to recreate the issue.
Beta Was this translation helpful? Give feedback.
All reactions