Trendyol / perfanalytics

Web Performance Metrics
82 stars 6 forks source link

feature: cookie support #19

Closed yunusemredilber closed 2 years ago

yunusemredilber commented 2 years ago

Adds configurable cookie header ✨ . A cookie header can be set in the settings panel of the related audit target.

Chrome instance ignores the extraHeaders option of the lighthouse after first run. To fix this, I came up with a solution; using fresh chrome instances for every lighthouse run. I'm planning to solve this issue better afterward. Switching to puppeteer might be more flexible to fix these kinds of issues and give us more control over the chrome instance.