ackama / lighthouse-matchers

Provides RSpec matchers for executing and evaluating Google Chrome Lighthouse audit scores
MIT License
14 stars 1 forks source link

Investigate Smokehouse #10

Open joshmcarthur opened 4 years ago

joshmcarthur commented 4 years ago

Lighthouse has a built-in tool called smokehouse (https://github.com/GoogleChrome/lighthouse/tree/master/lighthouse-cli/test/smokehouse) that is able to take a configuration object that takes a list of URLs and assertions to run it against it.

This may be a good option to speed up auditing by building the expectations into that and running several tests at once.