run_fixture
Execute a Playwright test fixture (basic-page-load, login-flow, responsive-design) against a deployment URL, returning structured test results, screenshots, and assertions.
Instructions
Run a specific test fixture against a deployment URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseUrl | Yes | The base URL of the deployment to test | |
| headless | No | Run browser in headless mode (default: true) | |
| fixtureName | Yes | Name of the test fixture to run |