Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add browser's page.on('console') to release notes #3353

Merged
merged 5 commits into from
Sep 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions release notes/v0.47.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ Thanks, @sapphire-janrain, for contribution!

In some workflows the reflection call should also include some metadata. This PR adds [a new connection parameter `reflectMetadata`](https://k6.io/docs/javascript-api/k6-net-grpc/client/client-connect/#connectparams) that allows to specify the metadata to be sent with the reflection call.

### Add support for browser module's `page.on('console')` [xk6-browser#1006](https://github.com/grafana/xk6-browser/pull/1006)
ka3de marked this conversation as resolved.
Show resolved Hide resolved

Allows users to register a handler to be executed every time the `console` API methods are called from within the page JavaScript context.
ka3de marked this conversation as resolved.
Show resolved Hide resolved

### UX improvements and enhancements

_Format as `<number> <present_verb> <object>. <credit>`_:
Expand Down
Loading