List Fixtures
list_fixturesE84: List all project-owned fixtures in the active project. Fixtures are structured test data (YAML/JSON) reusable across tests, mocks and docs. 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). |