We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d077752 commit 628f8afCopy full SHA for 628f8af
2 files changed
guide/browser/playwright.md
@@ -1,4 +1,4 @@
1
-# 配置 Playwright
+# 配置 Playwright {#configuring-playwright}
2
3
要使用 playwright 运行测试,你需要安装 [`@vitest/browser-playwright`](https://www.npmjs.com/package/@vitest/browser-playwright) npm 包,并在配置中的 `test.browser.provider` 属性中指定其 `playwright` 导出:
4
guide/browser/webdriverio.md
-# 配置 WebdriverIO
+# 配置 WebdriverIO {#configuring-webdriverio}
::: info Playwright 与 WebdriverIO
如果我们的项目尚未使用 WebdriverIO,我们建议从 [Playwright](/guide/browser/playwright) 开始,因为它更易于配置且 API 更灵活。
0 commit comments