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