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

Add validators to options #1530

Open inancgumus opened 3 weeks ago

inancgumus commented 3 weeks ago

What

Add Validate to options.

Why

Users might unintentionally work with options that have fields with accidentally set values, which can create unexpected issues.

Related conversation