run_regression
Run all playbooks in a Cognigy.AI project as a regression test suite, returning a pass/fail summary with failing playbooks highlighted. Use dryRun to preview without executing.
Instructions
Runs all Cognigy.AI playbooks in a project as a regression test suite. MUTATING: This executes tests. Use dryRun=true (default) to preview. Returns pass/fail summary with failing playbooks highlighted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true (default), lists playbooks without running. Set to false to actually run. | |
| flowId | Yes | The flow reference ID to test against | |
| localeId | Yes | The locale reference ID | |
| projectId | Yes | The project ID to run regression tests for | |
| entrypoint | No | Optional snapshot ID. If not provided, uses the project as entrypoint. | |
| timeoutPerPlaybook | No | Timeout per playbook in ms (10-300 seconds, default 60) |