k6-docs
k6-docs copied to clipboard
The k6 documentation website.
It would be useful to know how to alter the return/exit code of k6 from the script. I.e. how can I communicate to code calling k6 that this run of...
Hi, I'm trying to build a Docker image for Jenkins with k6 in it. Here is the dockerfile: ```dockerfile ARG DEBIAN_RELEASE=stable-slim FROM debian:${DEBIAN_RELEASE} ARG user=jenkins ARG group=jenkins ARG uid=1000 ARG...
Would like to know if this documentation is correct. The promise return details imply the possibility that the promise will reject with error if the list does not exist, but...
Hello, I start an experiment with K6 with Docker image in a Windows environment. The command `init` mentioned in the page for command step 1 Windows: https://grafana.com/docs/k6/latest/get-started/running-k6/ seems to not...
In the next k6 version release (v0.56), there'll be an update to the [`frame.waitForSelector`](https://github.com/grafana/xk6-browser/pull/1534) API that impacts a lot of other APIs. As a result, we'll be able to simplify...
From user feedback, there are two admonitions we should update: - [click(selector)](https://grafana.com/docs/k6/latest/javascript-api/k6-browser/page/click/) - we have a warning at the top that says to use locator(click) instead, but doesn't explain why....
We should update the About the [Extensions Registry](https://grafana.com/docs/k6/latest/extensions/explanations/extensions-registry/) page to mention the new registry repo at https://github.com/grafana/k6-extension-registry.
Related to https://github.com/grafana/k6/pull/4037. We should add an admonition about why the built-in check doesn't currently support async functions, similar to what we do for the [group](https://grafana.com/docs/k6/latest/javascript-api/k6/group/) page.
The current documentation on [locator.waitFor](https://grafana.com/docs/k6/latest/javascript-api/k6-browser/locator/waitfor/) mentions that the state has 4 values, but doesn't explain what they are and how they work. See the playwright [documentation](https://playwright.dev/docs/api/class-locator#locator-wait-for) on some explanations This...
Hi, The instruction guide is missing an example or steps regarding the option for the **parameterization** rule feature. 