k6
k6 copied to clipboard
A modern load testing tool, using Go and JavaScript - https://k6.io
### Feature Description Hey, Our team is providing k6 testing as a platform in our org and other teams use our platform to test their services. To collect the test...
### Brief summary The js function Date().toLocaleDateString() always returns MM/DD/YYYY regardless of localization string. ### k6 version V0.50 and v0.49 ### OS Windows 10 Pro Version 22H2 OS build 19045.4291...
## What? This PR fixes the shortcomings of TestSummaryGenerated Event :- https://github.com/grafana/k6/pull/3682 ## Why? The previously added TestSummaryGenerated had data in the form of a map with keys of type...
## What? Release notes for `v0.51.0`. It is part of the release process defined in https://github.com/grafana/k6/issues/3662.
I would like to see the ability to create signed JWTs as part of an OAuth flow using a Private Key instead of a shared secret. There is already a...
This is a continuation of some of the things mentioned in https://github.com/grafana/k6/issues/1320 that relate to information about the currently running test, but which were not implemented in the original `k6/execution`...
## What? ## Why? ## Checklist - [ ] I have performed a self-review of my code. - [ ] I have added tests for my changes. - [ ]...
## What? It bumps the k6 version to `v0.51.0`. It is part of the release process https://github.com/grafana/k6/issues/3662.
### Feature Description In some cases, there is a requirement to do some cleanup, for each iteration, before it is interrupted. Consider the following VU pseudocode: 1. Begin a new...
### Brief summary Running the k6 tool with the option experimental-prometheus-rw works but it is not exporting all (needed) metrics. The referenced Grafana Dashboard ist not fully working because metrics...