我正在使用playwright自动化Firefox的一些测试。我使用下面的启动代码: const { firefox } = require('playwright');
const browser = await firefox.launchTo terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see ht
我使用的是playwright节点Js库,但我无法将其通过,请给我帮助这里是代码 import playwright from "playwright";
const browser = await playwright.chromium.launch({
headless: true// setting this to trueTo terminate the node process on unhandle
当我在控制台中手动运行时,由nx run my-app:e2e (即npx playwright test --config=apps/my-app/playwright.config.ts )触发的命令将启动/tools/executors/playwright:playwright", "path": "apps/my-app/playwrigh