Full name:
ca.mestevens.ios:xcode-maven-plugin:0.9.1:xcode-test
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| ignoreFailures | boolean | - | Specifies whether or not to ignore test failures. Default value is
false (it won't ignore failures). Default value is: false. User property is: xcode.ignore.test.failures. |
| skipTests | boolean | - | Specifies whether or not to skip tests. Default value is false. Default value is: false. User property is: skipTests. |
| xcodeProject | String | - | The path to your xcodeproj file. Defaults to
${basedir}/${project.artifactId}.xcodeproj. Default value is: ${basedir}/${project.artifactId}.xcodeproj. User property is: xcode.project.path. |
| xcodeScheme | String | - | The name of the scheme to build. Defaults to ${project.artifactId}. Default value is: ${project.artifactId}. User property is: xcode.project.test.scheme. |
| xcodebuild | String | - | The location of the xcodebuild executable. Defaults to
/usr/bin/xcodebuild. Default value is: /usr/bin/xcodebuild. User property is: xcodebuild.path. |
| Name | Type | Since | Description |
|---|---|---|---|
| testSimulators | List | - | (no description) |