Releases: percy/percy-capybara
Releases · percy/percy-capybara
v5.0.0.pre.4
🐛 Bug Fixes
- 🐛 Gather
current_session
from Capybara
rather than importing the DSL module (#168) @Robdel12
📝 Docs update
- 📝 Update README migration instructions with API change (#166) @Robdel12
v4.3.3
What changed?
- 🐛 6343cd6 - fix: Only wrap
evaluate_script
calls in IIFE (#153)
v4.3.2
What changed?
- Use
evaluate_script
method if it's available, otherwise use execute_script
as a fall back (#152)
v4.1.0
What changed?
You can now pass per-snapshot CSS that will only render in the Percy rendering env:
Percy.snapshot(page, { name: 'Home page', percy_css: "body { background-color: purple }" })
This requires @percy/agent
v0.13.0+ to work