Create test run
kiwi_create_runCreate a test run for a given test plan and build. Optionally set manager, default tester, and notes to organize execution.
Instructions
TestRun.create for a plan and build. Build accepts a name (looked up on the product / KIWI_PROJECT); manager accepts a username.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | Test plan id | |
| build | Yes | Build id or name | |
| notes | No | Notes | |
| manager | No | Manager username or id (defaults to the logged-in user) | |
| summary | Yes | Run summary | |
| default_tester | No | Default tester username or id |