You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: ROADMAP.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,15 @@ These are goals achievable within 3-6 months, tentatively done by Q2 2023.
38
38
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.
39
39
40
40
*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.
42
42
43
43
-**Public beta in k6 Cloud.**
44
44
45
45
*How will we achieve this?*<br>
46
46
Cloud builds will start using k6 releases that include xk6-browser as an experimental module.
47
47
48
48
*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`.
50
50
51
51
-**Transition our API to be async/`Promise` based.**<br>
52
52
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