k6-docs
k6-docs copied to clipboard
The k6 documentation website.
Based on https://community.grafana.com/t/http-batch-not-using-the-given-content-type/106738/4, I'm not sure if the example in https://k6.io/docs/javascript-api/k6-http/batch/ is valid, we should review.
When tried hitting an URL with OKTA authentication, some cookies I don't see in response.cookies but same end point is giving cookies in POSTMAN. Cannot attach end points as they...
Related to https://github.com/grafana/k6-docs/pull/1348. When documenting k6's JS API, we don't currently have a great/standard way of providing a definition for the properties of objects with nested objects with them. One...
Investigate how we can make code samples testable. This can help us make sure that all code samples work, and continue to work, with any future updates.
- Information is available on [k6 Cloud](https://k6.io/docs/cloud/cloud-reference/cloud-ips/), but not on GCk6. - Add information about how to use static IPs - Update [billing page](https://grafana.com/docs/grafana-cloud/account-management/billing-and-usage/k6-billing/)
https://grafana.com/docs/grafana-cloud/k6/projects-and-users/manage-project-members/ - Add table for user roles x permissions - Include information about stack-level user roles - Add sections for add/update/delete member
As reported in the community slack, the docs https://k6.io/docs/javascript-api/k6-execution/#instance don't specify the difference between `vusActive` and `vusInitialized`. It would be good to add an explanation. > If you have a...
Review docs to fix any Vale warnings based on Grafana's [Vale implementation](https://github.com/grafana/writers-toolkit/tree/main/vale). Related to #1334.
The Writer's Toolkit has a [Vale implementation](https://github.com/grafana/writers-toolkit/tree/main/vale) that includes the Google style guide, along with some custom rules under the Grafana folder. We should: - Update the Vale folder in...
https://k6.io/blog/monthly-visits-concurrent-users/ There's a link to this tutorial at the end of this docs page: https://k6.io/docs/testing-guides/load-testing-websites/