AppCode 2018.3 Help

Creating Run/Debug Configuration for Tests

You can run your tests (test cases, test suites, etc.) using run/debug configurations, in the way similar to running ordinary applications.

To create a test configuration

  1. Open the Run/Debug Configuration dialog box by doing one of the following:
    • On the main menu, choose Run | Edit Configurations.

    • Press ⌃⌥R and choose Edit Configuration on the context menu.

  2. Click Add New Configuration on the toolbar and select XCTest/Kiwi or Google Test.

  3. Specify name,target and other parameters for the created configuration and click OK.

Last modified: 28 March 2019

See Also