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:
undefined method `snapshot' for #<Capybara::Session> (NoMethodError)
It used to work with older versions.
Environment
Node version: v12.21.0
@percy/cli version: percy/cli@^1.0.0-beta.62
Version of Percy SDK you’re using: 5.0.0
Details
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.
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.