create_scenario
Create a new empty scenario for Easy Spec Playwright projects. Define its name, folder, description, preconditions, and editing notes in one call.
Instructions
Create a new, empty scenario.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | Yes | ||
| notes | No | Caveats or instructions for anyone editing this scenario. | |
| folder | No | ||
| project | No | Path to the project root (same folder the side panel connects to). Defaults to the EASYSPEC_PROJECT environment variable if omitted. | |
| description | No | ||
| preconditions | No | Setup/state assumed to already hold before this scenario runs. |