Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 6c7d0d6

Browse files
committed
Document the import path for the xk6-browser after public beta
1 parent 454be18 commit 6c7d0d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ROADMAP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ These are goals achievable within 3-6 months, tentatively done by Q2 2023.
3838
xk6-browser will become an [experimental module](https://k6.io/docs/javascript-api/k6-experimental/) of k6, and thus available to use in load tests that utilize standard k6 release builds.
3939

4040
*Definition of Done*<br>
41-
A load test script that imports `k6/x/browser` can be executed using the latest release build of k6. The browser-level APIs provided by xk6-browser are available for use within this script.
41+
A load test script that imports `k6/experimental/browser` can be executed using the latest release build of k6. The browser-level APIs provided by xk6-browser are available for use within this script.
4242

4343
- **Public beta in k6 Cloud.**
4444

4545
*How will we achieve this?*<br>
4646
Cloud builds will start using k6 releases that include xk6-browser as an experimental module.
4747

4848
*Definition of Done*<br>
49-
Load test executed in Cloud can use xk6-browser API by importing `k6/x/browser`.
49+
Load tests executed in Cloud can use xk6-browser API by importing `k6/experimental/browser`.
5050

5151
- **Transition our API to be async/`Promise` based.**<br>
5252
At the moment, most of our API is synchronous. This is due to the historical fact that k6 didn't support async behavior because of a missing per-VU event loop.

0 commit comments

Comments
 (0)