run_tests
Execute a project's tests using a specified scheme, with optional focus on individual tests and code coverage generation.
Instructions
Runs the project's tests
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| src | No | The source directory path | |
| only | No | Specific tests to run. Provide the full path to the test - TestTarget/TestSuite/TestName, including parentheses (e.g. 'MyAppTests/MyTestSuite/testExample()') | |
| scheme | Yes | The scheme name | |
| coverage | No | Whether to generate code coverage |