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
I need to add a cookie to the page request when lighthouse runs, I tried using extraHeaders in lighthouserc.json like so, but it seems to have no effect. Is there another way to accomplish this?
I was able to send a cookie value using lighthouserc.json. In a non-prod environment, we check for the presence of a certain cookie and a value to allow access to the website. The code below allowed lighthouse to do the scans. If it had no effect, I also would double check in the Github Actions workflow that the config path to the json file is set up: configPath: .github/workflows/lighthouserc.json under the with: key
I need to add a cookie to the page request when lighthouse runs, I tried using
extraHeaders
inlighthouserc.json
like so, but it seems to have no effect. Is there another way to accomplish this?The text was updated successfully, but these errors were encountered: