Skip to content

v4.1.0

Compare
Choose a tag to compare
@Robdel12 Robdel12 released this 17 Sep 17:00
· 75 commits to master since this release

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