纳入管理: Justfile(30+任务), 5个Playwright脚本, BackstopJS配置, Blueprint(中/英), 报告生成器, staging监控, pa11y配置 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"id": "wp-plugin-acceptance",
|
|
"viewports": [
|
|
{ "label": "desktop", "width": 1280, "height": 800 },
|
|
{ "label": "tablet", "width": 768, "height": 1024 },
|
|
{ "label": "mobile", "width": 375, "height": 812 }
|
|
],
|
|
"scenarios": [
|
|
{
|
|
"label": "frontend-home",
|
|
"url": "http://localhost:9400/",
|
|
"delay": 2000,
|
|
"misMatchThreshold": 0.1
|
|
},
|
|
{
|
|
"label": "admin-dashboard",
|
|
"url": "http://localhost:9400/wp-admin/",
|
|
"delay": 2000,
|
|
"misMatchThreshold": 0.1
|
|
},
|
|
{
|
|
"label": "admin-plugins",
|
|
"url": "http://localhost:9400/wp-admin/plugins.php",
|
|
"delay": 1500,
|
|
"misMatchThreshold": 0.1
|
|
},
|
|
{
|
|
"label": "admin-settings",
|
|
"url": "http://localhost:9400/wp-admin/options-general.php",
|
|
"delay": 1500,
|
|
"misMatchThreshold": 0.5,
|
|
"requireSameDimensions": false
|
|
}
|
|
],
|
|
"paths": {
|
|
"bitmaps_reference": "backstop_data/bitmaps_reference",
|
|
"bitmaps_test": "backstop_data/bitmaps_test",
|
|
"html_report": "backstop_data/html_report",
|
|
"ci_report": "backstop_data/ci_report"
|
|
},
|
|
"engine": "puppeteer",
|
|
"engineOptions": {
|
|
"executablePath": "/home/parallels/.cache/ms-playwright/chromium-1212/chrome-linux/chrome",
|
|
"args": ["--no-sandbox", "--disable-gpu"]
|
|
},
|
|
"asyncCaptureLimit": 2,
|
|
"asyncCompareLimit": 10,
|
|
"debug": false,
|
|
"debugWindow": false
|
|
}
|