test
Execute iOS Xcode workspace/project tests by specifying the folder path for targeted error analysis and feedback within the MCP environment.
Instructions
Run test for the iOS Xcode workspace/project in the folder
Input Schema
Name | Required | Description | Default |
---|---|---|---|
folder | Yes | The full path of the current folder that the iOS Xcode workspace/project sits |
Input Schema (JSON Schema)
{
"description": "Parameters",
"properties": {
"folder": {
"description": "The full path of the current folder that the iOS Xcode workspace/project sits",
"title": "Folder",
"type": "string"
}
},
"required": [
"folder"
],
"title": "Folder",
"type": "object"
}