XCTest

What is XCTest?

XCTest is a testing framework that allows you to create and run UI tests, unit tests, and performance tests for your Xcode projects in Swift and Objective-C languages. It is pre-built with Xcode.

How to install XCTest?

To pass the results of your XCTest executions, you need to install the XCTest app.

  1. Navigate to the Apps page and switch to "Reporters" section, then click the "XCTest " card:

  2. Click "Activate":

  3. Switch to "Access Tokens" and generate an API token that the XCTest app will be using:

  4. Click "Guide" to access the instruction on adding the XCTest reporter to your automation flow:

Once the XCTest app is installed, any test cases, test runs, and test results created and submitted will appear with the XCTest as the author of said cases, runs or results (instead of a specific user whose API token has been used). Slack notifications will also appear with the XCTest app as the author.

Last updated