-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export from report to CSV #4481
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Suggested by https://twitter.com/SEO/status/961675925472665605
Is it possible to export Lighthouse results to Google Sheets? It begs the question how to arrange the results to fit the tabular format. For example, the first sheet could summarize the high level audit categories and their scores. Each subsequent sheet could be the individual audit category breaking down each audit and their results.
This would probably require authorizing Lighthouse to create a Sheet on the user's behalf. Maybe a more straightforward and portable option would be to export a raw CSV, which the user can open wherever they want?
The text was updated successfully, but these errors were encountered: