test_create
Creates a new UI test from JSON or object content, validating schema and preventing duplicates unless overwrite is enabled.
Instructions
Creates a new test. Accepts the content as a JSON string or as an object. Validates the schema (schemaVersion, steps, actions). Fails if the name already exists unless overwrite: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of the saved test | |
| content | Yes | Test content: JSON string or object | |
| overwrite | No | Overwrite if it already exists (default false) |