execute_web_test
Run automated web tests with Playwright by executing predefined test steps to verify application functionality against specified objectives.
Instructions
Execute predefined web test steps using Playwright. Takes a test case and specific steps to execute.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Base URL of the web application | |
| test_case | Yes | Test case being executed | |
| objective | Yes | Testing objective | |
| steps | Yes | Array of test steps to execute | |
| headless | No | Run browser in headless mode (default: true) | |
| screenshot_dir | No | Directory to save screenshots (optional) |