feat: 添加 headless 测试支持和修复接口请求页面的路径
This commit is contained in:
@ -18,6 +18,7 @@
|
||||
"lint:eslint": "eslint . --fix",
|
||||
"prepare": "husky",
|
||||
"playwright": "playwright test",
|
||||
"playwright:headless": "HEADLESS=true playwright test",
|
||||
"playwright:ui": "playwright test --ui",
|
||||
"playwright:chromium": "playwright test --project=chromium",
|
||||
"dep:dedupe": "pnpm dedupe",
|
||||
|
Reference in New Issue
Block a user