Open nwanduka opened 4 months ago
Am I reading the lighthouse report correctly that it seems to be stuck at the redirect?
Am I reading the lighthouse report correctly that it seems to be stuck at the redirect?
Yep! That's the issue I meant when I said it wasn't testing all the pages. I wonder why that is.
It looks like it's not following links or anything of the sort. Do we need to give it a list of urls?
No, I don't think we need to provide it with a list of URLs. According to the docs, Lighthouse will "automatically find your project's static assets, run Lighthouse 3 times on each HTML file, and upload the reports to temporary public storage where they'll be accessible to anyone with the URL."
This PR is stale because it has been open 45 days with no activity.
Summary
Created pa11y.yml and lighthouse.yml to complement the already existing axe a11y testing tool in workflows
Motivation
Testing
Questions