forge_unit_test_create
Create a simulation unit test with defined service, persona, scenario, and success criteria to validate service behavior.
Instructions
Create a new simulation unit test.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the unit test | |
| description | Yes | Description of the unit test | |
| service_id | Yes | Service ID to run the test on | |
| service_version_set_name | Yes | Version set name to use (e.g., 'edge', 'release') | |
| persona_id | Yes | Persona ID for the test | |
| scenario_id | Yes | Scenario ID for the test | |
| max_interactions | Yes | Max interactions before the test fails | |
| success_criterions | Yes | Success criteria for the test | |
| tags | Yes | Tags (alphanumeric keys and values, no hyphens or special characters) | |
| org_id | No | Org ID (uses active org if omitted) |