26 lines
525 B
JSON
26 lines
525 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"content": "检查 Playwright 配置和依赖",
|
||
|
|
"id": "e2e-1",
|
||
|
|
"status": "completed",
|
||
|
|
"priority": "high"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"content": "安装 Playwright 浏览器(如需要)",
|
||
|
|
"id": "e2e-2",
|
||
|
|
"status": "in_progress",
|
||
|
|
"priority": "high"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"content": "执行 E2E 测试套件",
|
||
|
|
"id": "e2e-3",
|
||
|
|
"status": "pending",
|
||
|
|
"priority": "high"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"content": "分析测试结果并修复失败用例",
|
||
|
|
"id": "e2e-4",
|
||
|
|
"status": "pending",
|
||
|
|
"priority": "high"
|
||
|
|
}
|
||
|
|
]
|