k6-docs icon indicating copy to clipboard operation
k6-docs copied to clipboard

The k6 documentation website.

Results 211 k6-docs issues
Sort by recently updated
recently updated
newest added

# What Web vitals does a great job of helping the user understand the initial page load. They should also take a look at JavaScript heap performance metrics during browser...

Area: browser

# What Elements inside `iframe`s are not accessible through the main page context, usually due to CORS restrictions. # Solution Use `locator.contentFrame()` to access `iframe` content, e.g.: ```js await page.locator('#iframe').contentFrame().getByRole('button').click();...

Area: browser

SharedArray is special in that it has special underlying implementation. It is meant to work just as any other array, but that doesn't mean htat some operations are not ......

`setup` marshals its result and then each VU gets an copy of it as a new javascript object. On big dataset this is a prbolem. This also makes it so...

Related to https://github.com/grafana/k6-docs/pull/2051.

Area: browser

A user reported a broken link to the Bamboo integration in the Integration & Tools page. Some of these links are broken as a result of the k6 blog migration....

Area: OSS Content

# What Automate the manual process of adding links to the k6 release notes. # Issue Looking at [the release notes](https://grafana.com/docs/k6/latest/release-notes/), it stops at `v0.57.0`. # Why - To make...

Area: OSS Content

Related to https://github.com/grafana/k6-docs/pull/2014. Update the deploy preview workflow so that the `latest` URL shows the latest version of the docs, and not `next`.

Related to https://github.com/grafana/k6-docs/pull/1979. [JSLib](https://github.com/grafana/jslib.k6.io) is a set of utility libraries that users can use with k6. Each library has its own set of versions. Currently, in the k6 OSS docs,...

Area: OSS Content
Area: Tooling/Gatsby

- Explain the difference between lab measurements vs field measurements: https://web.dev/articles/vitals#lab_tools_to_measure_core_web_vitals - Explain how that applies to k6 and Grafana Cloud k6

Area: browser