List test cases
Returns a paginated list of the scoped project’s test cases with optional filtering, along with the project’s latest test-cases sync error.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Comma-separated Playwright test IDs to filter by. Capped at the first 100.
Filter to test cases whose file path starts with this value.
Filter to test cases in this Playwright project.
Comma-separated tags; returns test cases having any of the given tags.
Free-text search across the test case name and file path.
Filter to test cases first seen at this commit SHA.
Filter to test cases last seen at this commit SHA.
When true (default), restrict to test cases present at the project's last synced commit. Set false to include all test cases.
true, false Page number (1-indexed). Defaults to 1.
x >= 1Items per page. Defaults to 100.
x >= 1