IBM / page-lab

PageLab enables web performance, accessibility, SEO, etc testing at scale.
Apache License 2.0
19 stars 10 forks source link

Linkable Lighthouse viewer reports #72

Open ecumike opened 5 years ago

ecumike commented 5 years ago

I'd like to be able to send a link to a lighthouse viewer/report to someone to investigate and make improvements on the page based on the report.

Can you add a way to include the ID of the run in the lighthouse-viewer URL so I can send it to someone and it will load that particular run's report.

ecumike commented 5 years ago

How to: Update URL to include run.id, make page with frames. JS grabs ID, hits service for run report object, then calls function to use it. Kinda like that

ecumike commented 5 years ago

Handled in #78