mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-11 18:01:14 -05:00
20 lines
594 B
YAML
20 lines
594 B
YAML
# https://docs.percy.io/v1/docs/configuration
|
|
version: 1
|
|
snapshot:
|
|
widths: [1280]
|
|
min-height: 1024
|
|
agent:
|
|
asset-discovery:
|
|
# tell Percy it is ok to download CSS resources
|
|
# from localhost (served by the Cypress itself)
|
|
# still experimenting with this for
|
|
# https://github.com/cypress-io/cypress/pull/7792
|
|
# allowed-hostnames:
|
|
# - *.localhost
|
|
|
|
# let Percy wait for network to fetch static resources
|
|
# like images and fonts to avoid missing icons
|
|
network-idle-timeout: 5000 # ms
|
|
# assets that don't change could be cached
|
|
cache-responses: true
|