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
338 stars 42 forks source link

`waitForEvent` on `BrowserContext` is waiting for async support #447

Closed ankur22 closed 4 months ago

ankur22 commented 2 years ago

Tested against: dbede120c63df43995813a847a25b0e66e289592

waitForEvent on BrowserContext is waiting for async support.

### Tasks
- [x] PRs: https://github.com/grafana/xk6-browser/pull/1042, https://github.com/grafana/xk6-browser/pull/1069
- [x] Release notes: https://github.com/grafana/k6/pull/3413
- [x] Docs: https://github.com/grafana/k6-docs/pull/1384
- [x] Type definitions: https://github.com/grafana/k6-DefinitelyTyped/pull/18
inancgumus commented 2 years ago

I've added the needs-async tag to this issue and removed the blocked tag.