k6-docs
k6-docs copied to clipboard
The k6 documentation website.
# 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...
# 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();...
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.
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....
# 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...
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,...
- 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