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
trafficstars

### Brief summary When running k6 with "--out statsd", and scraping statsd from prometheus, the vusers typically stay > 0 after the simulation exits. Since Prometheus then keeps scraping the...

bug
evaluation needed
triage
metrics-output
statsd

I'm creating this issue as a place to discuss possible ways for k6 to execute multiple distinct scripts in a single run. This is prompted by https://community.k6.io/t/running-10-test-cases-out-of-100/448, and other similar...

enhancement
ux
feature
evaluation needed

### Brief summary env var K6_STATSD_NAMESPACE = "" does not override - treated as NULL? ### k6 version 37 ### OS win2019 ### Docker version and image (if applicable) _No...

bug
triage
metrics-output
statsd

Currently users can specify the `userAgent` that would be used by k6 by default when it makes HTTP requests. I'd be useful if we can generalize that and allow users...

ux
feature
evaluation needed
new-http

### Feature Description If you run a test in the Cloud (triggered from the CLI) or use the Cloud output, k6 will give back the link for that test in...

cloud
feature

### Feature Description For people who run k6 tests on CI, having a way to dynamically set a test as the baseline without having to fiddle with our Cloud APIs...

cloud
feature

./lib should not depend on goja. I thought we fixed that with the metrics and thresholds rewrite but it turns out we did add one more dependency a year ago...

refactor
evaluation needed

### Scenario I would like to open up WebSockets to a server and keep them open. I'd like to open at least a couple of thousand connections that when open...

enhancement
js-compat

### Feature Description Users are sometimes confused why using `-i`, `-u` or/and `-d` works the way it does. This includes both why does it suddenly not use their `exec` function...

ux
feature

Just looked over the docs and didn't find any way to force the k6 not to switch to HTTP 2 I must do it cause we have a clients that...

enhancement
help wanted
evaluation needed
new-http