k6-docs
k6-docs copied to clipboard
The k6 documentation website.
## What? Update code samples with ESLint errors by making code samples valid or disabling ESLint rules. ## Checklist - [x] I have used a meaningful title for the PR....
## What? Update relevant `Browser` methods from sync to async. ## Checklist - [x] I have used a meaningful title for the PR. - [x] I have described the changes...
## What? ## Checklist - [ ] I have used a meaningful title for the PR. - [ ] I have described the changes I've made in the "What?" section...
## 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...
## What? Documentation for https://github.com/grafana/jslib.k6.io/pull/121 ## Checklist - [ ] I have used a meaningful title for the PR. - [ ] I have described the changes I've made in...
A lot of the work is probably already sketched out: https://github.com/grafana/k6-docs/pull/253
The browser team uses [the `BWIPT` marker](https://github.com/search?q=repo%3Agrafana%2Fk6-docs%20BWIPT&type=code) to add a warning box for a missing/problematic feature. * This feature [is used to work](https://k6.io/docs/javascript-api/k6-experimental/browser/newcontext/) in the older k6 docs. * The...
## What? The k6 executable from the latest .msi installer says it does not know the `init` parameter: ``` C:\>k6 init ERRO[0000] unknown command "init" for "k6.exe" ``` I suppose...
updated networkProfile parameters to reflect the correct values. They were missing Throughput ## What? updated networkProfile parameters to reflect the correct values. They were missing Throughput keyword. ## Checklist -...