cloudfour/lighthouse-parade

Allow ability to set cookies

gerardo-rodriguez opened this issue · 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"
}