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

### 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...

feature
evaluation needed

### 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...

bug
evaluation needed

### 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 /\ |‾‾| /‾‾/...

bug
good first issue
high prio

### 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...

bug
documentation-needed

# 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...

bug

### 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...

bug
js-compat
evaluation needed
awaiting user

### 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...

feature
new-http

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...

enhancement
tests

## 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...

question
evaluation needed

#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...

evaluation needed
maintenance