docs: update playwright url (#9483)

This commit is contained in:
Mehmet 2022-12-03 15:25:12 +03:00 committed by GitHub
parent 52421a9354
commit 29ff72161b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ Under the hood, Nuxt test utils uses [`playwright`](https://playwright.dev/) to
* Type: `object` with the following properties * Type: `object` with the following properties
* **type**: The type of browser to launch - either `chromium`, `firefox` or `webkit` * **type**: The type of browser to launch - either `chromium`, `firefox` or `webkit`
* **launch**: `object` of options that will be passed to playwright when launching the browser. See [full API reference](https://playwright.dev/#version=master&path=docs%2Fapi.md&q=browsertypelaunchoptions). * **launch**: `object` of options that will be passed to playwright when launching the browser. See [full API reference](https://playwright.dev/docs/api/class-browsertype#browser-type-launch).
#### `runner` #### `runner`