-
So far I've been using just |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @IanVS! You can use the For example: # .percy.yml
version: 2
static:
overrides:
- include: /foo-bar.html
waitForSelector: .is-ready
execute: |
document.querySelector('.button').click()
|
Beta Was this translation helpful? Give feedback.
Hey @IanVS! You can use the
overrides
config option to pick the paths you want to add interaction with: https://docs.percy.io/docs/cli-snapshot#static-optionsFor example: