-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added pa11y and lighthouse a11y testing to workflows #991
base: develop
Are you sure you want to change the base?
Conversation
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. |
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