cooltest_init_suite
Generate a .cooltest JSON from a test case source to initialize a suite. Skips existing suites by default; use overwrite=true to rebuild and then append cases with update case.
Instructions
Generate a .cooltest JSON from a test case source (first step of the flow, used for "Use Cool Test for"). Does not overwrite an existing suite by default; returns skipped. Set overwrite=true to rebuild. Call this to create the suite, then append cases with cooltest_update_case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Suite name; defaults to the source name | |
| source | Yes | Test case source (URL or path), required | |
| overwrite | No | Whether to overwrite if it exists; default false |