k6-docs
k6-docs copied to clipboard
The k6 documentation website.
The gRPC examples have been written a while ago. It would be good to: - Run examples to make sure they still work - Update any outdated instructions / make...
Related to: https://github.com/grafana/k6/issues/2804, https://github.com/grafana/k6/issues/870. We have the [k6 Cloud test status codes](https://k6.io/docs/cloud/cloud-reference/test-status-codes/) documented, but not the CLI exit codes.
Based on the older https://stackoverflow.com/questions/69016260/is-there-any-way-to-rerun-the-setup-step-every-few-minutes-in-a-long-duration-te I was thinking we could provide an example similar to https://community.k6.io/t/caching-access-tokens/5508/3. To showcase what happens if the authorization token has a short expiration. Add what...
The doc https://k6.io/docs/testing-guides/running-large-tests/#when-streaming-use-no-thresholds-and-no-summary recommends using `--no-thresholds` and `--no-summary` when the output is cloud. We've found that when streaming long-running tests to prometheus, influxdb, etc. we can also recommend that, so...
Include [Timestream](https://github.com/leonyork/xk6-output-timestream/) to the [list of real-time outputs](https://k6.io/docs/results-output/real-time/).
As the title states, we currently have quite a few ways people can generate load, for different use cases. We often get questions about testing "on prem" when most people...
The JSON is output is not really JSON, but [JSON lines](https://jsonlines.org/). Proper JSON would be enclosed in square brackets with each item in the array separated by commas. The JSON...
Scenarios are among the most important parts of the k6 API. But, frequent user questions and doubts about configuring them show that the docs could be confused. Subjectively, I can...
Now that k6 browser supports `connect` method, in order to connect to a remotely running browser, instead of launching one, it would be useful to provide _cmdline_ snippets that can...
Based on https://community.k6.io/t/http-req-failed-reporting-passes-as-failures/6861 and https://community.k6.io/t/exporting-rate-to-json-looks-faulty/5707/7, check if we can better document the [behavior of this rate](https://k6.io/docs/using-k6/metrics/reference/#http). The rate value is clear, 0% means 0 failures, 100% rate is all failed....