Théo Crevon

Results 125 issues of Théo Crevon

### Feature Description We have discussed bringing the k6 dashboard on par with Grafana k6 cloud by adding a representation of the k6 checks as a table in the dashboard...

feature

## What? This Pull Request updates the jslib/aws documentation according to the changes made in v0.12.0 that we've just published. Furthermore, I also went ahead and fixed the documentation and...

Area: OSS Content

A k6 user recently reported to us that they experienced a `permission denied` error when running `k6 new` with Docker: https://github.com/grafana/k6/issues/3643 The solution that was offered by the team was...

Area: OSS Content
Priority: High

In the current version of the documentation published at https://k6.io/docs/, all the code examples are formatted using Prettier, according to the `.prettierrc` file at the project's root. When making a...

Type: Bug
Area: Tooling/Gatsby

# What There appears to be somewhat conflicting information in the [k6 documentation](https://k6.io/docs/javascript-api/init-context/open/) regarding the use of the `open()` function and `SharedArray` in scripts, specifically in the context of memory...

Tech Writers

## What? This PR is a cleaned-up version of the CSV streaming parser we hacked during Crococon. It aims to address #2976, and adds the capability to parse a whole...

feature

## What? This PR adds support for a new `--local-execution` flag to the `k6 cloud run` command. Using it, users can run their test script or archive on their local...

enhancement

## What? This PR modifies the k6 command-line interface and introduces the cloud run and login functionalities under specific subcommands: `k6 cloud run` and `k6 cloud login`. These two new...

enhancement

Users with big CSV files with a size superior to, say, 500MB, and using a large numbers of VU directly experience our [issue with handling large files](https://github.com/grafana/k6/issues/2974). As a result,...

feature

## What This Pull Request addresses #45, namely ignoring k6's `discardResponseBodies` and always returning response bodies obtained from jslib-aws HTTP calls. ## How In this PR, we introduce a `baseRequestParams`...

enhancement