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

Use `startIteration` in the tracing test #1425

Open inancgumus opened 2 months ago

inancgumus commented 2 months ago

Why don't we use the startIteration helper and run tests in parallel as in here:

https://github.com/grafana/xk6-browser/blob/b8d641810cbc8cdd9cb1c90a93592909e61cc860/tests/page_test.go#L185-L244

_Originally posted by @inancgumus in https://github.com/grafana/xk6-browser/pull/1421#discussion_r1756951863_