mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-01 13:13:50 +08:00
Add API error monitoring tests and error context snapshots for various browsers
- Created error context snapshots for Firefox, WebKit, and Chromium to capture UI state during API error monitoring. - Implemented e2e tests for API error detection, including console errors, failed API requests, and proxy errors. - Added functionality to ignore specific API patterns in monitoring assertions. - Ensured tests validate the monitoring system's ability to detect and report errors effectively.
This commit is contained in:
@@ -50,5 +50,34 @@
|
||||
"updated": "更新时间",
|
||||
"tasks": "任务",
|
||||
"description": "描述"
|
||||
},
|
||||
"taskDrawer": {
|
||||
"status": {
|
||||
"pending": "待处理",
|
||||
"inProgress": "进行中",
|
||||
"completed": "已完成",
|
||||
"blocked": "已阻塞",
|
||||
"skipped": "已跳过",
|
||||
"failed": "失败"
|
||||
},
|
||||
"tabs": {
|
||||
"overview": "概览",
|
||||
"flowchart": "流程图",
|
||||
"files": "文件"
|
||||
},
|
||||
"overview": {
|
||||
"description": "描述",
|
||||
"preAnalysis": "前置分析步骤",
|
||||
"implementationSteps": "实现步骤",
|
||||
"modificationPoints": "修改点",
|
||||
"dependsOn": "依赖于",
|
||||
"empty": "此任务暂无概览信息。"
|
||||
},
|
||||
"flowchart": {
|
||||
"empty": "此任务暂无流程图。"
|
||||
},
|
||||
"files": {
|
||||
"empty": "此任务未指定文件。"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user