1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 18:30:30 -04:00
jarv.is/.percy.yml
2020-04-30 10:57:35 -04:00

22 lines
526 B
YAML

version: 1
snapshot:
widths: [450, 1050] # px
enable-javascript: true
percy-css: |
div.embed, iframe, video {
display: none;
}
code, div.highlight {
border: 0 !important; /* no clue why this bugs out... */
}
.wave, .beat {
animation: none;
}
static-snapshots:
path: public/
snapshot-files: '**/index.html'
ignore-files: '**/license/*.html,**/privacy/*.html,**/leo/*.html,**/birthday/*.html,**/hillary/*.html'
agent:
asset-discovery:
network-idle-timeout: 2000 # ms