grafana / xk6-browser

The browser module adds support for browser automation and end-to-end web testing via the Chrome Devtools Protocol to k6.
https://grafana.com/docs/k6/latest/javascript-api/k6-browser/
GNU Affero General Public License v3.0
344 stars 41 forks source link

Refactor sobek out of request type #1463

Closed ankur22 closed 1 month ago

ankur22 commented 1 month ago

What?

Refactor sobek out of request.headerValue.

Why?

Makes the codebase more maintainable where sobek code is within the mapping layer and not in the main business logic.

Checklist

Related PR(s)/Issue(s)

Updates: https://github.com/grafana/xk6-browser/issues/1275