forge_unit_test_set_create
Create a collection of unit tests to run together, specifying test IDs, run counts, and optional tags or organization.
Instructions
Create a new unit test set (collection of unit tests to run together).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the unit test set | |
| description | Yes | Description of the unit test set (null if none) | |
| unit_test_runs | Yes | Unit test runs included in this set | |
| tags | Yes | Tags (alphanumeric keys and values, no hyphens or special characters) | |
| org_id | No | Org ID (uses active org if omitted) |