Explore test cases
Automated test cases with metrics aggregated across runs.
Returns pass rate, fail rate, flakiness, average duration, and last execution per test case. Filter by spec file, platform, environment, status, or tags to surface consistently failing, slow, or flaky tests.
Documentation Index
Fetch the complete documentation index at: https://docs.testdino.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Project PAT (tdp_) token with public-api scope
Path Parameters
The project identifier (e.g. project_abc123). Must match the project associated with your PAT.
Query Parameters
Page number for paginated results. Starts at 1.
x >= 1Items per page (1–100, default 50).
x <= 100Filter by aggregated status (e.g. passed, failed, flaky).
Filter to test cases from a specific spec file path.
Filter by test platform (e.g. chromium, firefox, webkit).
Filter results by environment name (e.g. production, staging). Use the /filters endpoint to discover available environments.
Comma-separated tags to filter by.
Lookback period in days for metric aggregation (1–365, default 30).
1 <= x <= 365Free-text search across test case names.
Field to sort by (e.g. lastExecution, failRate, avgDuration, flakyRate).
Sort direction: asc or desc (default desc).
asc, desc