UI Components testing using Lighthouse or similar tools #208
shelgeram07
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hey @shelgeram07 thanks for the note. Can you share some more details on how to integrate lighthouse CLI tools in the release/PR review process? If you have any blogs/write ups you can share - that would be great. If you know any other open source projects which do this, would be good to learn from them also I have used lighthouse web tool earlier but don't have experience incorporating it into build/release pipelines. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Along with all the functional testing of application, its also equally important to have a check on frontend code performance and optimization areas on a regular basis. Ideally, there should be an automated job to run performance audits for any new UI component before it gets merged into master. Google lighthouse can be a good candidate to incorporate in overall release/ CI/CD process to ensure, we are not introducing any performance degradation. We can leverage lighthouse cli to automate this process.
Please let me know if you want to have more detailed discussion on this to discuss on approach, implementation and metrics to measure etc.
Beta Was this translation helpful? Give feedback.
All reactions