k6-docs
k6-docs copied to clipboard
The k6 documentation website.
We document `gRPC` in two different places: 1 - [Using k6 / Protocols / gRPC](https://grafana.com/docs/k6/latest/using-k6/protocols/grpc) 2 - [k6 gRPC API](https://grafana.com/docs/k6/latest/javascript-api/k6-net-grpc/) When looking at `k6 gRPC API`(2), I could not find...
## What? Add `endpoint` to the `AWSConfig` configuration. The AWS `endpoint` is useful to configure when testing locally e.g. against [localstack](https://github.com/localstack/localstack). ## Checklist - [x] I have used a meaningful...
The number of the performed iterations specified for the example is incorrect (4020), the correct number is 4260. I calculated the number of each stage using the following equation: duration...
Reported by a user, the examples import v0.11.0 for the library, but they only work when downgrading to v0.9.0. https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/signaturev4/
## What? This PR adds the [xk6-zeromq](https://github.com/luissimas/xk6-zeromq) extension to the list of extensions. ## Checklist - [X] I have used a meaningful title for the PR. - [X] I have...
# What? We should create a documentation page explaining the `EOF` cases. # Why? `EOF` is hard to debug and is not evident to the customers. So the excellent article...
While testing the New Relic StatsD Integration, I needed to automate the process. So, I created a pipeline on GitHub Actions that triggered the New Relic StatsD integration every time...
As we explored [in this other issue](https://github.com/grafana/xk6-browser/issues/1004), sometimes actionability checks fail without reason. For these cases, the `force` option might be used.
But this isn't really necessary as they usually depend on APIs that have been around for a while (most of them on ones from 4-5 years ago). And they don't...