test_scenario_run
Automate web testing by running test scenarios composed of steps like navigation, clicks, assertions, and screenshots on a target URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Scenario name | |
| steps | Yes | Array of test steps to execute | |
| baseUrl | No | Base URL (e.g., http://localhost:3000) |