zachleat / speedlify

Benchmark the web performance and accessibility of sites over time.
https://www.speedlify.dev/
MIT License
919 stars 167 forks source link

Detailed lighthouse and axe results #45

Closed tctree333 closed 3 years ago

tctree333 commented 3 years ago

Hello! Thanks for creating such a great tool. I've been playing around with speedlify for a bit to monitor some of my projects, and it would be very helpful if there was a way to see which lighthouse or axe tests were failing so I can try to fix them, at least for the latest run.

Right now, I'm checking the scores in speedlify, then running the tests again to see what's failing, and I think it would be helpful if that info could be shown. Would this be possible?

Thanks!

zachleat commented 3 years ago

I don’t think I have the resources to do this but the most recent raw output for the run is available in .log—note this current limitation: https://github.com/zachleat/performance-leaderboard/issues/5

Sorry about that!