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

Streamline the addition and running of new `page.on` events #1475

Closed inancgumus closed 1 month ago

inancgumus commented 1 month ago

What?

Generalize page.on events.

Why?

To streamline the addition and running of additional page.on events.

Checklist

Related PR(s)/Issue(s)

Updates: #1227