List Fixtures
list_fixturesList all project-owned fixtures in the active project. Fixtures are structured test data (YAML/JSON) reusable across tests, mocks and docs. Use this for project-owned fixtures; for the shared organization ones use list_org_fixtures. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of fixtures to skip (default 0). | |
| take | No | Number of fixtures to return (default 50, max 100). | |
| tagFilter | No | Optional tag filter (comma-separated list is not supported — single tag only). |