本文阅读量 次 1. Playwright¶ 1.1 安装¶ npm init playwright@latest 1.2 基本使用¶ 1.2.1 基本运行¶ npx playwright test 带 UI 界面运行。会启动一个 UI 界面,包含用例的的列表,通过 UI 界面操作运行用例 npx playwright test --ui 1.3 参考¶ https://playwright.dev/docs ⧉