getTests
Retrieve test cases for a specific TestRail test run to review and manage testing activities. Supports pagination for handling large datasets.
Instructions
Retrieves a list of tests for a test run / テスト実行に含まれるテスト一覧を取得します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | TestRail Run ID | |
| limit | No | Number of tests to return per page. If you cannot get all tests, try separating the request into multiple calls | |
| offset | No | Offset for pagination |