OSC / ondemand

Supercomputing. Seamlessly. Open, Interactive HPC Via the Web
https://openondemand.org/
MIT License
293 stars 107 forks source link

Add Google's Lighthouse to automated tests #90

Open ericfranz opened 5 years ago

ericfranz commented 5 years ago

See https://developers.google.com/web/tools/lighthouse and an example of the type of things it can catch: https://github.com/OSC/ondemand/pull/88

One idea of how to do this: use Rails integration tests, access the raw HTML, pass that through lighthouse (is that possible?).

┆Issue is synchronized with this Asana task by Unito

zooley commented 5 years ago

Maybe a starting point: https://github.com/GoogleChromeLabs/lighthousebot

This repo contains the frontend and backend for running Lighthouse in CI and integration with Github Pull Requests.

matt257 commented 4 months ago

reviewed, consider tools other than Lighthouse maybe