mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-14 17:41:22 +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": "Updated",
|
||||
"tasks": "Tasks",
|
||||
"description": "Description"
|
||||
},
|
||||
"taskDrawer": {
|
||||
"status": {
|
||||
"pending": "Pending",
|
||||
"inProgress": "In Progress",
|
||||
"completed": "Completed",
|
||||
"blocked": "Blocked",
|
||||
"skipped": "Skipped",
|
||||
"failed": "Failed"
|
||||
},
|
||||
"tabs": {
|
||||
"overview": "Overview",
|
||||
"flowchart": "Flowchart",
|
||||
"files": "Files"
|
||||
},
|
||||
"overview": {
|
||||
"description": "Description",
|
||||
"preAnalysis": "Pre-Analysis Steps",
|
||||
"implementationSteps": "Implementation Steps",
|
||||
"modificationPoints": "Modification Points",
|
||||
"dependsOn": "Depends on",
|
||||
"empty": "No overview information available for this task."
|
||||
},
|
||||
"flowchart": {
|
||||
"empty": "No flowchart available for this task."
|
||||
},
|
||||
"files": {
|
||||
"empty": "No files specified for this task."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user