k6
k6 copied to clipboard
A modern load testing tool, using Go and JavaScript - https://k6.io
### 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...
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...
### 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...
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...
### 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...
### 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...
./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...
### 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...
### 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...
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...