-
is there any way to test pages with dynamic data that can cause diffs when the data changes between snapshots? i think with percyscript you can do this by intercepting the network request and sending a mocked response instead. But is it possible to do this with the snapshot CLI thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey @lucy7099!
For something like that you'll want to use the Puppeteer SDK: https://docs.percy.io/docs/puppeteer The PercyScript SDK was a really thin wrapper around Puppeteer, so the same method would translate 😃 |
Beta Was this translation helpful? Give feedback.
Hey @lucy7099!
For something like that you'll want to use the Puppeteer SDK: https://docs.percy.io/docs/puppeteer The PercyScript SDK was a really thin wrapper around Puppeteer, so the same method would translate 😃