lighthouse-parade
lighthouse-parade copied to clipboard
Allow ability to set cookies
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"
}