Skip to main content

SmartTest Execution

Short answer

Query run history with list_execution_history, pull failing jobs via fetch_execution_report, and manage semantic-similar clusters for cleanup workflows.

Common scenarios

Debug a failed batch

fetchExecutionReport — provide exactly one of batchInvocationId or jobId. Returns failing tests with errors and optional Playwright trace viewer URLs.

Browse history

listExecutionHistory, listExecutionJobDimensionValues

Semantic similarity

listSemanticSimilarTests, markSemanticTestsDistinct

Frequently asked questions

How do I get failing test details?

fetch_execution_report with exactly one of batchInvocationId or jobId.