Skip to content

Commit b456f70

Browse files
authored
Browser docs: remove Migrating to k6 v0.46 (#1648)
* Remove old docs: `Migrating to k6 v0.46` * Port changes to `next`
1 parent 444b056 commit b456f70

File tree

4 files changed

+12
-672
lines changed

4 files changed

+12
-672
lines changed

docs/sources/next/using-k6-browser/migrating-to-k6-v0-46.md

Lines changed: 0 additions & 336 deletions
This file was deleted.

docs/sources/next/using-k6-browser/migrating-to-k6-v0-52.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
aliases:
3+
- ./migrating-to-k6-v0-46/ # docs/k6/<K6_VERSION>/using-k6-browser/migrating-to-k6-v0-46
24
title: 'Migrating browser scripts to k6 v0.52'
35
description: 'A migration guide to ease the process of transitioning to the new k6 browser module version bundled with k6 v0.52'
46
weight: 04
@@ -308,6 +310,10 @@ check(headerText, {
308310

309311
A note on [groups](https://grafana.com/docs/k6/<K6_VERSION>/using-k6/tags-and-groups/#groups), they don't work with async APIs either, there is no workaround as of yet. Here's the [GitHub issue](https://github.com/grafana/k6/issues/2728) that you can follow to keep up-to-date with relevant news on a group API that works with async APIs.
310312

313+
## Migrating from k6 v0.45 or below
314+
315+
If you use k6 v0.45 or below, first review [how to migrate to v0.46](https://grafana.com/docs/k6/v0.51.x/migrating-to-k6-v0-46). This guide details the breaking changes introduced in v0.46 for the `browser` APIs and provides instructions on how to migrate to them.
316+
311317
# Where to get extra help
312318

313319
With the release of k6 `v0.52`, you'll also be able to find the latest type definitions and updates to the [k6 browser documentation](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser). Refer to [Configure k6 IntelliSense](http://grafana.com/docs/k6/<K6_VERSION>/set-up/configure-k6-intellisense/) for details on how to work with the type definition file in your project.

0 commit comments

Comments
 (0)