assert_generate
Generate ready-to-run E2E test scenarios in Assert Markdown format from plain English descriptions, with options to save for execution.
Instructions
Generate a ready-to-run E2E test scenario in Assert Markdown format from a plain-English description. Optionally save it to Assert for later execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | Plain English description of what to test. | |
| url | Yes | The base URL of the app under test. | |
| project_id | No | Optional. Associate with a project. | |
| save | No | Optional. If true, save the scenario to Assert. Defaults to false — returns markdown preview only. |