k6 icon indicating copy to clipboard operation
k6 copied to clipboard

A modern load testing tool, using Go and JavaScript - https://k6.io

Results 473 k6 issues
Sort by recently updated
recently updated
newest added

The configuration for different collectors is currently in [the `Config` struct](https://github.com/loadimpact/k6/blob/master/cmd/config.go#L70-L73), which contains `lib.Options`. This allows collectors to be configured via environment variables or the global k6 config, but not...

ux
refactor
evaluation needed

It would be nice to have the ability to configure a default params object with some common behaviors (authorization, tags, etc.) that request methods can overwrite using the spread operator...

enhancement
help wanted
js-compat

We now run [tests and build arm64 binaries](https://github.com/grafana/k6/pull/2000) of k6, but don't have deb or rpm packages. [Original report](https://community.k6.io/t/unable-to-install-k6-on-ubuntu/2192) from the community forum

ci

A few releases back, we introduced the `k6/experimental/webcrypto` module to k6. Experimental modules intend to become part of the core eventually. We intend to eventually have the webcrypto module become...

blocked

### Feature Description I need a way to refresh an access token that is used for authorization during a soak test. It is important that is token is refreshed asynchronously...

feature

### Feature Description Pushgateway is one of the best option to send metrics without using scraping mode: https://github.com/prometheus/pushgateway I think K6 would have great benefits from allowing metrics to be...

feature

### Feature Description Currently there is a [Stop test](https://grafana.com/docs/k6/latest/misc/k6-rest-api/#stop-test) HTTP call which allows to stop the test itself but does not terminate the k6 process. This is easily noticeable when...

feature
evaluation needed

# What? Our current version of the REST API hasn't been touched for a long time. At some point we'd like to improve it (a better API design, remove unnecessary...

maintenance
documentation-needed

### Brief summary When using an invalid character in a **_scenario_** name, K6's error message is referring to the **_executor_** name instead: ``` ERRO[0000] There were problems with the specified...

bug
triage

### Feature Description When using multiple scenarios, you might want to have a quick way to run the test with or without a particular scenario. The [suggested solution](https://community.k6.io/t/how-to-execute-single-scenario-out-of-multiple-scenarios-in-a-script/1573) is to...

ux
feature
evaluation needed
triage