纳入管理: Justfile(30+任务), 5个Playwright脚本, BackstopJS配置, Blueprint(中/英), 报告生成器, staging监控, pa11y配置 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9 lines
259 B
JSON
9 lines
259 B
JSON
{
|
|
"chromeLaunchConfig": {
|
|
"executablePath": "/home/parallels/.cache/ms-playwright/chromium-1208/chrome-linux/chrome",
|
|
"args": ["--no-sandbox", "--disable-setuid-sandbox"]
|
|
},
|
|
"standard": "WCAG2AA",
|
|
"includeWarnings": true,
|
|
"timeout": 30000
|
|
}
|