lighthouse-parade icon indicating copy to clipboard operation
lighthouse-parade copied to clipboard

Allow ability to set cookies

Open gerardo-rodriguez opened this issue 2 years ago • 0 comments

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"
}

gerardo-rodriguez avatar Jul 19 '23 22:07 gerardo-rodriguez