test_macos_proj
Execute tests for macOS projects using xcodebuild, parse xcresult output, and manage build configurations with XcodeBuildMCP server integration.
Instructions
Runs tests for a macOS project using xcodebuild test and parses xcresult output.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
configuration | No | Build configuration (Debug, Release, etc.) | |
derivedDataPath | No | Path where build products and other derived data will go | |
extraArgs | No | Additional xcodebuild arguments | |
preferXcodebuild | No | If true, prefers xcodebuild over the experimental incremental build system | |
projectPath | Yes | Path to the .xcodeproj file | |
scheme | Yes | The scheme to use |