You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question about how to add multiple cookies with different domains
Currently I´m implementing some Lighthouse checks via the CLI tool. Right now I´m facing an issue with adding mulitple cookies to my tests. Adding a single cookie works seamlessly. Adding 2 or more cookies via the CLI seems to be not working.
What is the correct syntax for adding multiple cookies with different domains via Lighthouse CLI?
Yes, that is how to set a header value, just a simple json object. The value within the Cookie field is exactly what you'd see in the headers in devtools/curl.
Question about how to add multiple cookies with different domains
Currently I´m implementing some Lighthouse checks via the CLI tool. Right now I´m facing an issue with adding mulitple cookies to my tests. Adding a single cookie works seamlessly. Adding 2 or more cookies via the CLI seems to be not working.
What is the correct syntax for adding multiple cookies with different domains via Lighthouse CLI?
The text was updated successfully, but these errors were encountered: