纳入管理: Justfile(30+任务), 5个Playwright脚本, BackstopJS配置, Blueprint(中/英), 报告生成器, staging监控, pa11y配置 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
26 lines
586 B
JSON
26 lines
586 B
JSON
{
|
|
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
|
|
"landingPage": "/wp-admin/",
|
|
"preferredVersions": {
|
|
"wp": "6.8",
|
|
"php": "8.4"
|
|
},
|
|
"steps": [
|
|
{
|
|
"step": "setSiteOptions",
|
|
"options": {
|
|
"blogname": "文派测试站",
|
|
"blogdescription": "WordPress 插件验收测试环境",
|
|
"WPLANG": "zh_CN",
|
|
"timezone_string": "Asia/Shanghai",
|
|
"date_format": "Y-m-d",
|
|
"time_format": "H:i"
|
|
}
|
|
},
|
|
{
|
|
"step": "login",
|
|
"username": "admin",
|
|
"password": "password"
|
|
}
|
|
]
|
|
}
|