Skip to content

Commit

Permalink
Add browser migration guide link
Browse files Browse the repository at this point in the history
  • Loading branch information
inancgumus authored and mstoykov committed Aug 15, 2023
1 parent cbd9e9a commit 8cb4844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release notes/v0.46.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ k6 `v0.46` is here 🎉! This release includes:

### Browser

In this release, the xk6-browser extension version is bumped up to `v1.0.2`, as it includes multiple breaking changes concerning options, browser lifecycle, and metrics.
In this release, the xk6-browser extension version is bumped up to `v1.0.2`, as it includes multiple breaking changes concerning options, browser lifecycle, and metrics. See the [migration guide](https://k6.io/docs/using-k6-browser/migrating-to-k6-v0-46/) for making your test scripts compatible with the new version.

**Options** `devtools`, `env` and `proxy` are deprecated ([browser#868](https://github.com/grafana/xk6-browser/pull/868), [browser#870](https://github.com/grafana/xk6-browser/pull/870), [browser#872](https://github.com/grafana/xk6-browser/pull/872)). Additionally, browser `launch`/`connect` options are no longer defined in the corresponding JS API methods, instead the test execution related options are now defined inside the browser scenario options (see [#3036](https://github.com/grafana/k6/pull/3036)), and the other more "environmental options", such as `headless`, `debug`, `executablePath`, are set as ENV vars. Also, the `slowMo` option is no longer supported, although it might be supported again in the future through a different API ([browser#876](https://github.com/grafana/xk6-browser/pull/876)).

Expand Down

0 comments on commit 8cb4844

Please sign in to comment.