execute_tests
Execute test runs in Xray by specifying test cases, associating with test plans, and defining test environments to manage and track testing activities.
Instructions
Create and execute a test run in Xray for specified test cases
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| testKeys | Yes | Array of test issue keys (e.g., ["PROJ-123", "PROJ-124"]) | |
| testPlanKey | No | Optional: Test plan key to associate execution with | |
| testEnvironments | No | Optional: Test environments (e.g., ["Chrome", "Production"]) | |
| summary | No | Optional: Summary/title for the test execution | |
| description | No | Optional: Detailed description of the test execution |