set_variable
Set a global variable in an Easy Spec project to store reusable values. Specify the variable name and value, optionally with a project path, to make it available across flows and scenarios.
Instructions
Set a global variable (Variables tab).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| value | Yes | ||
| project | No | Path to the project root (same folder the side panel connects to). Defaults to the EASYSPEC_PROJECT environment variable if omitted. |