test_macos_ws
Execute and parse macOS workspace tests using xcodebuild, specifying workspace path, scheme, and optional build configuration for streamlined testing workflows.
Instructions
Runs tests for a macOS workspace 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, useful for when incremental build system fails. | |
scheme | Yes | The scheme to use (Required) | |
workspacePath | Yes | Path to the .xcworkspace file (Required) |