@revoloo/cypress6
Version:
Cypress.io end to end testing tool
20 lines (18 loc) • 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