removedInput schema / properties / by_code_snippet
Removed value: -{
- "description": "Search in error code snippets (partial match, case-insensitive).",
- "type": "string"
-}
removedInput schema / properties / by_error_message
Removed value: -{
- "description": "Search in error messages (partial match, case-insensitive). Example: 'Timeout 15000ms exceeded'.",
- "type": "string"
-}
addedInput schema / properties / by_fulltitle
Added value: +{
+ "description": "Full test case title including suite path (partial match, case-insensitive). Example: 'auth.spec.js > Login > Verify user can logout and login'.",
+ "type": "string"
+}
removedInput schema / properties / by_status
Removed value: -{
- "description": "Filter by test case status.",
- "enum": [
- "passed",
- "failed",
- "skipped",
- "flaky"
- ],
- "type": "string"
-}
addedInput schema / properties / by_testrun_id
Added value: +{
+ "description": "(deprecated — use testrun_id) Single test run ID to filter results. Retained for backward compatibility.",
+ "type": "string"
+}
addedInput schema / properties / by_testrun_ids
Added value: +{
+ "description": "Multiple test run IDs (comma-separated, max 20). Example: 'test_run_abc,test_run_def'.",
+ "type": "string"
+}
addedInput schema / properties / by_title
Added value: +{
+ "description": "(deprecated — use testcase_name) Test case title (partial match, case-insensitive). Retained for backward compatibility.",
+ "type": "string"
+}
removedInput schema / properties / counter
Removed value: -{
- "description": "Test run counter number. Alternative to testrun_id to identify the test run. Example: 43.",
- "type": "number"
-}
removedInput schema / properties / get_all
Removed value: -{
- "default": false,
- "description": "Return all matching results up to 1000 (default: false).",
- "type": "boolean"
-}
changedInput schema / properties / history_limit / description
Previous value: -"Max number of history entries to return (default: 10)."New value: +"Max number of history entries to return (max: 100, default: 10)."
removedInput schema / properties / include_artifacts
Removed value: -{
- "default": false,
- "description": "Include all artifacts (screenshots, traces, videos, attachments) with authenticated URLs. Default: false.",
- "type": "boolean"
-}
removedInput schema / properties / include_attachments
Removed value: -{
- "default": false,
- "description": "Include all attachment metadata from test attempts. Default: false.",
- "type": "boolean"
-}
removedInput schema / properties / include_screenshots
Removed value: -{
- "default": false,
- "description": "Include screenshot URLs from test attempts. Default: false.",
- "type": "boolean"
-}
removedInput schema / properties / include_traces
Removed value: -{
- "default": false,
- "description": "Include Playwright trace links from test attempts. Default: false.",
- "type": "boolean"
-}
removedInput schema / properties / include_videos
Removed value: -{
- "default": false,
- "description": "Include video recording URLs from test attempts. Default: false.",
- "type": "boolean"
-}
removedInput schema / properties / limit
Removed value: -{
- "description": "Max results to return (default: 1 for ID lookup, 50 for search, max: 1000).",
- "type": "number"
-}
removedInput schema / properties / page
Removed value: -{
- "default": 1,
- "description": "Page number for pagination (default: 1).",
- "type": "number"
-}
removedInput schema / properties / sort_by
Removed value: -{
- "description": "Sort results by field (default: startTime).",
- "enum": [
- "startTime",
- "duration"
- ],
- "type": "string"
-}
removedInput schema / properties / sort_order
Removed value: -{
- "description": "Sort direction (default: desc).",
- "enum": [
- "asc",
- "desc"
- ],
- "type": "string"
-}
removedInput schema / properties / testcase_fulltitle
Removed value: -{
- "description": "Full test case title including suite path (partial match, case-insensitive). Example: 'auth.spec.js > Login > Verify user can logout and login'.",
- "type": "string"
-}
changedInput schema / properties / testcase_name / description
Previous value: -"Test case title (partial match, case-insensitive). Must be combined with testrun_id or counter when used alone. Example: 'Verify user can logout and login'."New value: +"Test case title (partial match, case-insensitive). Must be combined with testrun_id when used alone. Example: 'Verify user can logout and login'."
addedInput schema / properties / testcaseid
Added value: +{
+ "description": "(deprecated — use testcase_id) Test case ID. Retained for backward compatibility.",
+ "type": "string"
+}
removedInput schema / properties / testrun_ids
Removed value: -{
- "description": "Multiple test run IDs (comma-separated, max 20). Example: 'test_run_abc,test_run_def'.",
- "type": "string"
-}
removedInput schema / properties / testsuite_id
Removed value: -{
- "description": "Filter by test suite ID.",
- "type": "string"
-}