Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
Breaking changes
accessibility-events
from a test, which is no longer a valid permission that can be granted by the latest version of Chromium/Chrome.lib/consts.FullVersion
from the k6's Golang API.New features
Merge browser code in k6 codebase #4056
While the browser module has been stabilized, the codebase was not moved inside of k6.
As part of the stabilization this is now also merged in the k6 codebase. In the following months we would move issues from the xk6-browser repo and then archive it.
UX improvements and enhancements
Headless
from the user agent to prevent test traffic from being blocked.--json
flag to ak6 version
sub-command, which switches an output to a JSON format.resource_type
tag which can be one of these values:"Document"
,"Stylesheet"
,"Image"
,"Media"
,"Font"
,"Script"
,"TextTrack"
,"XHR"
,"Fetch"
,"Prefetch"
,"EventSource"
,"WebSocket"
,"Manifest"
,"SignedExchange"
,"Ping"
,"CSPViolationReport"
,"Preflight"
,"Other"
, or"Unknown"
.__ENV.K6_CLOUDRUN_TEST_RUN_ID
with the corresponding value for local executions streaming results to the Cloud:k6 cloud run --local-execution
.Bug fixes
Geolocation.Accuracy
field.Object.Get(key)
by returning*[]any
instead of[]any
.locator
APIs to wait during a navigation without erroring out.frame.title
.locator.selectOption
when value is an object.page.screenshot
.evaluate
orevaluateHandle
with an invalid page function.null
during the creation of a page.Maintenance and internal improvements
(*Regexp).MatchString
to avoid unnecessary[]byte
conversions. Thanks, @Juneezee for the contribution.Roadmap
Removal of deprecated
k6/experimental/browser
moduleSince
v0.52.0
we have had a non experimental version of the browser module (k6/browser
). We urge you to migrate your scripts over to the non experimental browser module as we will be removing the experimental version of it in the next release (v0.57.0
).