test_sim
Run iOS tests on a simulator. Execute XCTest suites with prepared .xctestrun or .xctestproducts files, custom arguments, and environment variables.
Instructions
[XcodeBuildMCP] Test on iOS sim.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| progress | No | Show detailed test progress output (MCP defaults to true, CLI defaults to false) | |
| extraArgs | No | ||
| testRunnerEnv | No | Environment variables to pass to the test runner (TEST_RUNNER_ prefix added automatically) | |
| xctestrunPath | No | Path to a prepared .xctestrun file. Cannot be combined with source inputs | |
| testProductsPath | No | Path to a prepared .xctestproducts package. Cannot be combined with source inputs |