k6-docs
k6-docs copied to clipboard
The k6 documentation website.
It is fairly common to get questions in the vain of: 1. I changed this variable here but this other VU didn't see it 2. I did some changes to...
## What? The documentation on open vs closed models needed improvement. The introduction stated: > Different models suit different test aims But had no discussion whatsoever of which test aims...
### Brief summary The documentation [here](https://k6.io/docs/using-k6/http-requests/#url-grouping) says that this input: ``` http.get(`http://example.com/posts/${id}`, { tags: { name: 'PostsItemURL' }, }); ``` should produce this output: ``` "tags": { "method":"GET", "name":"PostsItemURL", "status":"200",...
With the recent changes, we can now run the docs locally if `npm` has already been installed. We need to update the docs to mention that this is optional. If...
https://github.com/szkiba/mdcode
Looks like the new Grafana docs site (https://grafana.com/docs/k6/latest/extensions/explore/) is missing the `Add your own extension` button (_see the image below_) that exists in the analogous site in the former k6...
We have a page in the k6.io/docs that lets users select the extensions they want and build a CLI command to generate the k6 binary they need: https://k6.io/docs/extensions/get-started/bundle/ It would...
- https://github.com/grafana/k6-operator/issues/150 - https://github.com/grafana/k6-operator/issues/130 - https://github.com/grafana/k6-operator/issues/94 - https://github.com/grafana/k6-operator/issues/63 - https://github.com/grafana/k6-docs/issues/1006 - check out more [here](https://github.com/grafana/k6-operator/labels/documentation)
Based on some confusion a user had on slack https://k6io.slack.com/archives/C3E688J8Z/p1704295361833839?thread_ts=1704148129.763029&channel=C3E688J8Z&message_ts=1704295361.833839, it might be good to review how we document building k6 with extensions. Not sure if future enhancements will reduce...
Hi, I'm trying to run the install command on a minimal Ubuntu 22 VM in orbstack. I've read this thread: https://github.com/grafana/k6-docs/issues/639 My problem is that the installation reliably (100%) fails...