Out of the box, Percy snapshots the entire web page, which isn't very helpful on long pages like we have in Skin. It is possible though to roll our own custom SDK that snapshots sections/elements of a page:
"Did you build your own SDK? I noticed the user agent is missing some SDK details
If so, you totally can build this into your SDK -- you can transform the DOM snapshot that's taken and scope it down to part of the page you'd like "
Hopefully this would allow us to snapshot the contents of our .demo sections.
Out of the box, Percy snapshots the entire web page, which isn't very helpful on long pages like we have in Skin. It is possible though to roll our own custom SDK that snapshots sections/elements of a page:
https://docs.percy.io/docs/build-your-own-sdk
From Percy team:
"Did you build your own SDK? I noticed the user agent is missing some SDK details If so, you totally can build this into your SDK -- you can transform the DOM snapshot that's taken and scope it down to part of the page you'd like "
Hopefully this would allow us to snapshot the contents of our
.demo
sections.