run_all_fixtures
Run all test fixtures against a deployment URL, optionally filtered by tags, to validate live deployments and obtain structured test results, screenshots, and assertions.
Instructions
Run all test fixtures (or filtered by tags) against a deployment URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Only run fixtures with these tags (optional) | |
| baseUrl | Yes | The base URL of the deployment to test | |
| headless | No | Run browser in headless mode (default: true) | |
| parallel | No | Run fixtures in parallel (default: false) |