Skip to content

Commit 3429aea

Browse files
committed
Update reference to new script file
1 parent c6ac315 commit 3429aea

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
@@ -214,7 +214,7 @@ test('user', async ({ page }) => {
214214
});
215215
```
216216
217-
To convert this Playwright script to k6, create a new file named `pw-migrated.js`.
217+
To convert this Playwright script to k6, create a new file named `pw-multiple-migrated.js`.
218218
219219
First, create two `scenarios` and point them to two exported functions using the `exec` field in each scenario:
220220

0 commit comments

Comments
 (0)