internal/js/modules/k6/experimental/README.md
This folder are here as a documentation and reference point for k6's experimental modules.
Although accessible in k6 scripts under the k6/experimental import path, those modules implementations live in their own repository and are not part of the k6 stable release yet:
k6/experimental/k6-redisk6/experimental/k6-websocketsk6/experimental/k6-timersk6/experimental/k6-browserWhile we intend to keep these modules as stable as possible, we may need to add features or introduce breaking changes. This could happen at any time until we release the module as stable. use them at your own risk.
Experimental modules are based on xk6-extensions, and they introduce a cycle dependency between k6 and the extension. When upgrading an extension's version, it's required to run the following steps:
Merge commit (Create a merge commit button on GitHub). It will guarantee that the commit used by the extension is preserved.