toshi1127 / lighthouse-flows-generator

This CLI tool allows you to merge Lighthouse measurements and view them in the Lighthouse user flows view.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lighthouse-flows-generator

This CLI tool allows you to merge Lighthouse measurements and view them in the Lighthouse user flows view.

image

Installing

$ npm install -g lighthouse-flows-generator

How to use

$ lighthouse-flows-generator generate --urls "https://web.dev/" --urls "https://web.dev/blog/"  --urls "https://web.dev/compat2021-holiday-update/"

or

$ lighthouse-flows-generator generate --files "./1.json" --files "./2.json"  --files "./3.json"

About

This CLI tool allows you to merge Lighthouse measurements and view them in the Lighthouse user flows view.


Languages

Language:TypeScript 97.6%Language:JavaScript 2.4%