-
I was reading about xk6 extension and this amazing way to provide new features to k6.
I have reviewed the code for https://github.com/li-zhixin/xk6-influxdbv2 and I was wondering if there is a simi…
-
### Feature Description
I am using a custom `Trend` metric to record latency of non-HTTP commands.
I am able to use JSs `Date.now()` to retrieve millisecond granularity time spans. However for so…
-
### Enhancement Description
Currently, when using the dashboard in k6, once a test is over, k6 hangs for a while to allow users to consult the dashboard still and save the report.
I've noticed tha…
-
K6 documentation recommends the use of k6 chaijs for handling errors, using the describe function.
However it does not work with tests that uses exec.command, a failed command execution exits k6 ru…
-
_(Extracted from https://github.com/grafana/k6/pull/2226, and somewhat connected to https://github.com/grafana/k6/issues/2258 and https://github.com/grafana/k6/issues/1802)_
It would be quite nice …
-
### Feature Description
Many times extensions might want to store files associated with the test run. For example, in the case of [k6 browser](https://github.com/grafana/xk6-browser), the user has …
-
Now that we have event loops and once #2423 is done, it is a good idea to start experimenting and working on making our APIs use it.
A good candidate is `k6/http` and we have had for some time won…
-
Hi @mostafa ,
I have been tried to create new Connection object for control my creation and deletion off topic via my test but i get error of `Failed to get controller., OriginalError: EOF error="…
-
### Feature Description
```
ERRO[0000] GoError: The moduleSpecifier "randomdatek6" couldn't be recognised as something k6 supports.
at go.k6.io/k6/js.(*requireImpl).require-fm (native)
…
-
When a user of the extension hasn't installed the k6 product, the error message isn't very helpful because it simply states:
```
FileNotFoundError: [Errno 2] No such file or directory: 'k6': 'k6'
…