(progress: boolean | undefined)
| 77 | } |
| 78 | |
| 79 | export function resolveTestProgressEnabled(progress: boolean | undefined): boolean { |
| 80 | return progress ?? process.env.XCODEBUILDMCP_RUNTIME === 'mcp'; |
| 81 | } |
| 82 | |
| 83 | export interface SharedTestExecutorParams { |
| 84 | workspacePath?: string; |