Open btylerburton opened 1 year ago
Is this the failing silently message?
Running Pa11y on 153 URLs:
Running Pa11y on URL https://data.gov/privacy-policy/
Using a pre-configured Headless Chrome instance, the `chromeLaunchConfig` option will be ignored
> https://data.gov/privacy-policy/ - Failed to run >> TimeoutError: Pa11y timed out (60000ms)
@nickumia-reisys yes. without the patch all we were getting was Failed to run
. My guess is it's a missing puppetteer dependency.
Moving to icebox for the time being.
Datagov would like to run
pa11y-ci
on the pages in our repo, butpa11y-ci
is failing silently.How to reproduce
Expected behavior
I expect to see a report of all the URLs and their issues, see example below.
Actual behavior
The pa11y report fails silently.
Sketch
pa11y-debug
branch. Contains updated NPM script and patch topa11y-ci
needed to expose the runtime error.