list_tests
Retrieve tests from a specific project, optionally filtered by test type, for execution or management.
Instructions
Retrieves tests from a specific project with optional test type filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Branch to use for retrieving tests (default: main) | main |
| testType | No | Optional test type filter (e.g., EXT_TEST_SUITE, EXT_TEST_SCPT, EXT_TEST_LOADP, EXT_TEST_STUB, etc.) | |
| projectId | Yes | The ID of the project to retrieve tests from |