Lighthouse CI for performance and accessibility#569
Draft
Conversation
…r testing GH actions.
MikeNeilson
reviewed
Oct 14, 2025
Collaborator
MikeNeilson
left a comment
There was a problem hiding this comment.
generally reasonable, needs a few organization and gradle tweaks which i can pr to this pr for.
Author
|
The CI/CD is hanging waiting for the server. I was using I also tried to figure out how to dynamically determine URL, as well as, logging in. Might be able to list files in the web app dir since they are static and run lighthouse on those paths. For the login, I found a puppet library to add a middleware for login but did not get the chance to actually test. |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Fixes #561
Solution
Uses gradle to spinup a local server using existing src and then runs the lighthouse CI in a sep task against that temporary service. Writes the output files to disk locally. Will attempt to update/test CI/CD further before submitting. But hoping to
how you tested the change
Tested on windows/macos
Pull down, run
.\gradlew a11yScan