提问人:Nebuc 提问时间:8/28/2023 最后编辑:Nebuc 更新时间:8/28/2023 访问量:133
无法运行剧作家 Chromium
Can't Run Playwright Chromium
问:
- 我想通过 chromium 执行测试。
- 我已经将 chromium 文件路径设置为 /C:。
- Firefox 运行正常,但我无法以某种方式运行 chromium。
- 我认为“npx playwright install”对我不起作用,因为公司隐私政策(错误:getaddrinfo ENOTFOUND playwright.azureedge.net)。
- 打字稿、Windows、本地电脑。
Chromium 出现了一秒钟,但立即关闭。
错误:browserContext.newPage:生成未知
launchOptions: {
executablePath: '***/ms-playwright/chromium-1076/chrome-win/chrome.exe',
//executablePath: '***/ms-playwright/firefox-1422/firefox/firefox.exe',
},
projects: [
{
name: 'Login Test',
testMatch: /.*webtests.Login.test.ts/,
use: {
browserName: 'chromium',
...devices['Desktop Chrome'],
},
答: 暂无答案
评论