k6
k6 copied to clipboard
A modern load testing tool, using Go and JavaScript - https://k6.io
### Feature Description As reported in https://community.k6.io/t/create-selection-from-element/4643 it is comment in jquery to do [`selection.each`](https://k6.io/docs/javascript-api/k6-html/selection/selection-each/) and then get the selection of the element that `each` will give you and continue...
### Brief summary If you use [next()](https://k6.io/docs/javascript-api/k6-html/selection/selection-next/) to get the next selection there is not indication that you have run out of selections - it will continue returning you a...
### Brief summary So I was trying out the grpc testing with insecure option. And running the test causes panic ``` rgao@rgao-mac js % k6 run test.js /\ |‾‾| /‾‾/...
### Brief summary Currently, when using the `--include-system-env-vars` flag, it's possible to also include the environment variables with invalid names like `LOREM-IPSUM.` Ideally, the same validation criteria should be applied...
# What? Align the `--include-system-env-vars` with the `--env` in terms of the name validation. In case of detecting an invalid name issue, the user will be warned. ``` env -i...
### Brief summary I have written a simple test which uses faker. When I run the test from the command line (using the transpiled code producted by webpack) I get...
### Feature Description We have specific authentication flow that requires to attach custom header to every request. I wrote extension that can generate header but attaching it to request is...
We are getting some failing CI runs caused by the logs tailing tests. They are generated from the [time.Sleep use](https://github.com/grafana/k6/blob/75d30e6aa18455ce31fd8ae0fba2b92df30e421e/cloudapi/logs_test.go#L327) that is not deterministic. Historically, we decided to not add...
## Background: Currently, `require` and `open` are both relative to the current *root* module/script that is being executed. This is best explain with an example: If you have. `main.js` that...
#2670 brought up that the script samples aren't working with the latest version. I did fix some of the easier to fix issues in #2671, but ultimately at least three...