cloudfour / lighthouse-parade

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

Allow ability to set cookies #145

Open gerardo-rodriguez opened 1 year ago

gerardo-rodriguez commented 1 year ago

A "working concept" of this feature can be found here: https://github.com/cloudfour/lighthouse-parade/pull/143/files

Maybe something like:

npx lighthouse-parade --cookies <path-to-file>

cookie file (JSON):

{
  "myCookie": "someValue"
}