list_project_tests
Lists all available tests in an Xcode project or workspace, showing each test as BundleName/ClassName/testMethodName.
Instructions
List all available tests in the specified Xcode project or workspace.
Args: project_path: Path to Xcode project/workspace directory
Returns: A list of all test identifiers in the format: BundleName/ClassName/testMethodName
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |