test_run
Run a saved UI test headlessly with Chromium, Firefox, or WebKit, applying environment variables, overrides, and per-step timeouts, then save or skip the report and get a summary of steps.
Instructions
Runs a saved test headless (Chromium engine by default) and saves a report in the library. Parameters: variable environment, per-run overrides, per-step timeout. Returns the summary with the steps and the report name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Variable environment (default "default") | |
| url | No | Overrides the initial URL | |
| name | Yes | Name of the saved test | |
| browser | No | Engine (default chromium) | |
| overrides | No | Variable values that win over the environment | |
| saveReport | No | Save report in the library (default true) | |
| stepTimeoutMs | No | Timeout per step in ms (default 40000) |