Skip to content

Commit b22447e

Browse files
ankur22inancgumus
andcommitted
Update wording to browser module
Apply suggestion from @inancgumus Co-authored-by: Inanc Gumus <inanc.gumus@grafana.com>
1 parent 3429aea commit b22447e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/k6/v1.3.x/using-k6-browser/migrate-from-playwright-to-k6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default async function () {
6060
}
6161
```
6262

63-
k6 browser is a library that's part of k6. Any Playwright script that you migrate must include the `import { browser } from 'k6/browser';` line at the top.
63+
k6 browser is an official module to run browser tests with k6. Any Playwright script that you migrate must include the `import { browser } from 'k6/browser';` line at the top.
6464

6565
k6 browser doesn't implement a `test` framework. Instead, the logic of test is handled inside the `export default async function ()`.
6666

0 commit comments

Comments
 (0)