-
-
Notifications
You must be signed in to change notification settings - Fork 186
Add lighthouse accessibility testing job to CI #85
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
Conversation
|
@rshigg is attempting to deploy a commit to the danielroe Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
I've now installed the LH GH app - so we probably can use the action without needing to install the cli within the project |
Thank you! The only reason I can think of to install the CLI now is if someone wants to create a report locally. But you can always use |
Summary
Adds automated Lighthouse accessibility testing on PR push/merge. For now it will only produce warnings.
If we want to see the LH job status in the PRs, we would need the Lighthouse CI Github app installed: https://github.com/apps/lighthouse-ci
Changes