k6
k6 copied to clipboard
A modern load testing tool, using Go and JavaScript - https://k6.io
## Feature Description Prompted by [this community forum question](https://community.k6.io/t/k6-populate-error-in-metrics/2219), it seems like a nice idea to keep track of the errors that were encountered during the test run... We kind...
# Summary Following the definition of the [MVP schema for the machine-readable summary](https://github.com/grafana/k6/issues/4870), we aim to enrich the summary with the remaining critical data pieces. The goal is to achieve...
# Summary With a formal schema for the new end-of-test summary defined in #4870, the next step is to create a corresponding Go data model. This proposal outlines the creation...
# Summary This proposal seeks to define a minimum viable schema for the new machine-readable end-of-test summary. The goal is to create a formal, versioned contract (e.g., via JSON Schema,...
# Summary This proposal outlines a plan to introduce a single, unified configuration option (e.g., an environment variable `K6_FEATURES` (only used as example throughout the document, name to be discussed...
## What? Creates a bridge between the internally used `afero.Fs` library and golang's standard `fs.FS` and use it in the `k6deps` library. ## Why? `afero.FS` will eventually be removed from...
Potential fix for [https://github.com/grafana/k6/security/code-scanning/91](https://github.com/grafana/k6/security/code-scanning/91) To address the issue, we need to ensure that the conversion from `float64` to `int` is safe and does not result in unexpected values. This can...
testing GHA
As seen in https://github.com/loadimpact/k6/issues/537#issuecomment-374920627 and https://github.com/loadimpact/k6/pull/1274, the current solution for testing OCSP statuses is very sub-optimal. Ideally, we shouldn't depend on any external resources to run the test...
## What? Release notes for k6 v1.1.0