You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2025. It is now read-only.
I love this project. I've worked with different automated Lighthouse tools, but they always lacked the ability to run on multiple URLs. So it's great to see how advanced the configuration options of this project are!
Since running Lighthouse on many URLs generates many results, I'm opening this issue to discuss possibilities for more concise result tables. I'm thinking of combining all results into a single table:
Routes in first column, in this case the relative URL and an alias for the route
Columns for each category, followed by their thresholds
Each cell would contain current value (92), old value in parenthesis (if possible), what the trend compared to the last value is ⬆️/ ⬇️/ ... and whether it passes ✅ / ❌
Each route could link to the more detailed results.