add_to_suite
Adds an existing scenario to a suite folder path as a saved run, supporting dataset tokens or YAML configuration for run parameters. Creates a new placement without moving or merging existing entries.
Instructions
Place an existing scenario at a suite folder path (e.g. "regression/checkout", or "" for the root) as a SAVED RUN, not a bare reference -- datasetTokens/useYaml/yaml are the exact same run-config fields add_flow_to_scenario stores (a comma/space-separated list of this scenario's own dataset indices/names, or useYaml+yaml as a raw literal-value fallback; omit all three to use the scenario's own default dataset). Adds a NEW placement -- calling this again for the same scenarioId (same path or a different one, same params or different) places it again, it does not move or merge with an existing entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| yaml | No | ||
| project | No | Path to the project root (same folder the side panel connects to). Defaults to the EASYSPEC_PROJECT environment variable if omitted. | |
| useYaml | No | ||
| scenarioId | Yes | ||
| datasetTokens | No |