percy / percy-playwright

Playwright client library for visual testing with Percy
MIT License
16 stars 6 forks source link

static.ignore option doesn't work #325

Closed bubafinder closed 5 months ago

bubafinder commented 7 months ago

The problem

The static.ignore option from config doesn't work as expected and how is explained in the documentation

Environment

Details

config file:

version: 2
percy:
  defer-uploads: true
snapshot:
  minHeight: 2000
  percyCSS: ""
  enable-javascript: false
  disableShadowDOM: false
  percy-css: ""
discovery:
  allowedHostnames: []
  disallowedHostnames: []
  networkIdleTimeout: 500
upload:
  files: "**/*.{png,jpg,jpeg,gif}"
  ignore: '**/*.{css,js}'
  stripExtensions: false
static:
  base-url: /example/
  ignore: '**/*.{css,js}'

Log

[percy] Invalid config:
[percy] - static.ignore: unknown property
[Percy] Percy has started!
github-actions[bot] commented 6 months ago

This issue is stale because it has been open for more than 14 days with no activity. Remove stale label or comment or this will be closed in 14 days.

github-actions[bot] commented 5 months ago

This issue was closed because it has been stalled for 28 days with no activity.