List Test Cases
Test Cases
List Test Cases
Returns test cases for a project with optional filters
GET
List Test Cases
Returns test cases from theDocumentation Index
Fetch the complete documentation index at: https://docs.empirical.run/llms.txt
Use this file to discover all available pages before exploring further.
test_cases_v2 table, keyed by Playwright test ID (pw_test_id). Supports filtering by file path, Playwright project, tags, and full-text search.
Example
Filter by IDs
Fetch specific test cases by their Playwright test IDs (comma-separated, max 100).Authorizations
Project API key from the Empirical dashboard.
Query Parameters
The project ID.
Text search across test name, file path, and suites.
Filter by file path (prefix match).
Filter by Playwright project name (e.g. "chromium").
Comma-separated list of tags to filter by.
Filter by the commit SHA where the test was first seen.
Filter by the commit SHA where the test was last seen.
When true (default), returns only active tests. Set to false to include all tests.
Items per page (default 100).
Page number (1-indexed, default 1).