Finds potential accessibility gaps.
Required Newline-delimited list of URLs to check for accessibility issues. For example:
https://primer.style
https://primer.style/octicons/Optional Stringified JSON object containing username, password, cookies, and/or localStorage from an authenticated session. For example: {"username":"some-user","password":"correct-horse-battery-staple","cookies":[{"name":"theme-preference","value":"light","domain":"primer.style","path":"/"}],"localStorage":{"https://primer.style":{"theme-preference":"light"}}}
Optional Playwright
reducedMotion
configuration option.
Optional Playwright
colorScheme
configuration option.
Optional Bool - whether to capture screenshots of scanned pages and include links to them in the issue
Optional Stringified JSON array of scans (string) to perform. If not provided, only Axe will be performed.
Absolute path to a JSON file containing the list of potential accessibility gaps. The action writes this file to a temporary directory and returns the absolute path. For example: $RUNNER_TEMP/findings-<uuid>.json.
The file will contain a JSON array of finding objects. For example:
[]