Jenkins with XCUITest

You can use the Gradle plugin as part of a Jenkins CI controlled job. This section guides you through the process of integrating your automation scripts with Jenkins based on your use case.

Scenario 1 | Standalone mode with Gradle plugin

You run Gradle from Jenkins using the Jenkins Gradle plugin. Application, XCTest, XCUITest .ipa/.app files exist in the local file system and present in your configFile.json file, similar to this one.

Scenario 2 | Standalone mode with Gradle wrapper

This scenario is the same as Scenario 1 without the Jenkins Gradle plugin. Instead, you run an installed version of the Gradle wrapper.