-
Notifications
You must be signed in to change notification settings - Fork 241
Update k6 browser docs to align with k6 v0.44.0 release #1131
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
Conversation
There's a version of the docs published here: https://mdr-ci.staging.k6.io/docs/refs/pull/1131/merge It will be deleted automatically in 30 days. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome @mdcruz ! 👏
Just a couple of comments.
I believe we are missing the BrowserContext.addCookie()
entry in the BrowserContext
methods table here. Although it is present and reachable from the left sidebar.
Also, should we merge the PRs #1114 and #1091 in this branch to group the doc changes for the v0.44.0 version? Or will we merge them independently?
Ah, yes I forgot! I will add it to the table 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏 Thanks for these changes, especially around web vitals 🙌! LGTM!
517d5a6
to
a44d666
Compare
a44d666
to
430148f
Compare
This commit updates the documentation for the k6 browser's BrowserType.Connect method by fixing the method signature and adding a dedicated page which documents the supported arguments and provides an example.
This default flag is no longer used in k6 browser as of v0.9.0.
430148f
to
fa9d976
Compare
Once we release k6 v0.44.0, we need to update k6 browser documentation to reflect the following new changes:
locator.click()
to use await keywordbrowserContext.addCookies()
This PR covers the following issues:
#1126
#1127
#1128
#1078