Skip to content

Commit 01a668e

Browse files
committed
Move more info to the end
1 parent 3c35993 commit 01a668e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ The latest release simplifies the management of the browser lifecycle by automat
1010

1111
Previously, users had to launch and close the browser process themselves. However, with the recent updates, the API has abstracted the details of `browserType` (i.e., `chromium`). Consequently, the `chromium` named export, previously found in `k6/experimental/browser`, has been replaced with `browser`.
1212

13-
For all the details, make sure to review the complete changelog for [k6 version 0.46](https://github.com/grafana/k6/releases/tag/v0.46.0). For more information watch [k6 Office Hours #98](https://www.youtube.com/watch?v=fK6Hpvt0pY0), where we discuss the latest changes in k6 browser, and, as always, ask in [the community forum](https://community.grafana.com/c/grafana-k6/k6-browser/79) if you need our help!
14-
1513
<Blockquote mod="note" title="">
1614

1715
Users no longer need to use the `K6_BROWSER_ENABLED` flag when running browser tests with the `k6` command.
@@ -305,4 +303,6 @@ export default async function() {
305303
</CodeGroup>
306304

307305

308-
These updates make the usage of our API more straightforward for users, aiding in more consistent and automatic resource management.
306+
These updates make the usage of our API more straightforward for users, aiding in more consistent and automatic resource management.
307+
308+
For all the details, make sure to review the complete changelog for [k6 version 0.46](https://github.com/grafana/k6/releases/tag/v0.46.0). For more information watch [k6 Office Hours #98](https://www.youtube.com/watch?v=fK6Hpvt0pY0), where we discuss the latest changes in k6 browser, and, as always, ask in [the community forum](https://community.grafana.com/c/grafana-k6/k6-browser/79) if you need our help!

0 commit comments

Comments
 (0)