cloudfour / lighthouse-parade

A Node.js command line tool that crawls a domain and gathers lighthouse performance data for every page.
MIT License
357 stars 14 forks source link

Investigate implementing "user flows" #118

Open calebeby opened 2 years ago

calebeby commented 2 years ago

User Flows is an upcoming lighthouse feature: https://github.com/GoogleChrome/lighthouse/blob/HEAD/docs/user-flows.md

It would be cool to integrate it somehow.

(found by: @Paul-Hebert)