OperationCode / front-end

Operation Code's website
https://operationcode.org
MIT License
371 stars 269 forks source link

Use Google's Lighthouse via a CI check #1230

Open kylemh opened 4 years ago

kylemh commented 4 years ago

Feature request

Google's Lighthouse is a tool used by developers to get a simple measurement on a page's performance, accessibility score, and SEO rating. We should use it via some CI step (CircleCI, GitHub Actions, something else).

Proposed solution

Leverage Lighthouse in this repository's continuous integration against the landing page in a way that lets me confirm that we haven't strayed to far from the scores that https://www.operationcode.org/ is receiving. Also, remember to add the check to the .mergify.yml file so that automated dependency update PRs continue to operate.

Additional context

A quick search yields me many potential tools:

I think I'd prefer GitHub action so that we're parallelizing CI tasks; however, I'm open to using Orbs or even some other solution. I'll leave the evaluation of the best tool up to you.

sahil9001 commented 4 years ago

@kylemh I would like to work on this one! Can you please guide me?

kylemh commented 4 years ago

Hey @sahil9001 I don't have much time to contribute this month myself, but I can try to schedule some time to work together on October 29th. This ticket may not be available, but others may be!

sahil9001 commented 4 years ago

Okay no problem, Thanks!

kylemh commented 4 years ago

Feel free to email me.

BhuwanChandra commented 4 years ago

@sahil9001 @kylemh is anyone working on this issue? I would like to work on this one.

kylemh commented 4 years ago

Go for it!

BhuwanChandra commented 4 years ago

@kylemh I have opened a PR for this issue.

datphotogurl commented 3 years ago

@kylemh is this issue resolved and ready to close? @Lianis-Operations and I are cleaning up the repos with any outstanding items.

kylemh commented 3 years ago

No