Skip to content

Commit 77d0259

Browse files
committed
Change migration guide toc order
1 parent 6826071 commit 77d0259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/markdown/translated-guides/en/03 Using k6 browser/04 Migrating to k6 v0-46.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ export default async function () {
8484

8585
The updated version introduces notable structural changes in its operation and API. Let's take a look at them.
8686

87-
* [Scenario options](#scenario-options) must now be defined for running browser tests.
8887
* The [import path](#import-path) for the browser module has switched from `chromium` to [browser](/javascript-api/k6-experimental/browser/#browser-module-api).
8988
* Browser options can now only be set using certain [environment variables](/javascript-api/k6-experimental/browser/#browser-module-options). The `launch()` method, used earlier for this purpose, has been removed.
89+
* [Scenario options](#scenario-options) must now be defined for running browser tests.
9090
* [Simplified resource management](#simplified-resource-management). The browser now starts and closes automatically, managed by the browser module itself. There's no need to use `browser.launch()`/`browser.connect()`, nor `browser.close()` anymore.
9191
* [Single browser context per iteration](#browser-context-limit). Users can now only run a single [BrowserContext](/javascript-api/k6-experimental/browser/browsercontext/) at a time in the same iteration.
9292

0 commit comments

Comments
 (0)