harlan-zw / unlighthouse

Scan your entire site with Google Lighthouse in 2 minutes (on average). Open source, fully configurable with minimal setup.

Home Page:https://unlighthouse.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide documentation to get to CSV export

mgifford opened this issue · comments

Details

I think a CSV export is now available, but I can't seem to find it. Would it be in the help documentation or from the results page? I couldn't find it. I believe I'm using the latest version.

Screenshot of the web output and CLI

Hey @mgifford, thanks for the interest.

It's a bit confusing at the moment as you need to use the CI package to generate the reports, you can see the documentation on the CI integration page.

I'm currently working on a bit of a docs overhaul which should improve this.

Let me know if anything isn't clear from that and will try and assist further.

So far I'm getting pretty good results with:
npx unlighthouse-ci --no-cache --sitemaps https://www.example.com/sitemap.xml --site https://www.example.com --reporter csvExpanded

The results I'm getting are generally good, but getting some weird results under:

Color Contrast | Headings | Image Alts | Link Names | Errors | Inspector Issues | Images Responsive | Image Aspect Ratio | Indexable

Are these all just binary results? I was expecting a different number (such as 5 Headings, 3 Errors) rather than just 1/0 results.

I'm also not sure what the Tap Targets are.

I'm also not sure what the Tap Targets are.

Interactive elements that can be tapped by a user on a touch screen. More info here: https://web.dev/accessible-tap-targets/