grafana / xk6-browser

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

Work with the existing blacklist #787

Open ankur22 opened 1 year ago

ankur22 commented 1 year ago

We have a blacklist, and we need to ensure that xk6-browser some how works with that. This is both an investigative issue and one that requires the solution if we can implement it. We may need another way if we can't control the browser's blacklist (if there is such a thing) from k6-browser and please combine it with or implement after #682.

ankur22 commented 1 year ago

As far as i can tell there's no way to configure chrome to accept a list of blocked urls/hostnames. This will need to be done with docker.