AppCode 2017.2 Help

Creating Run/Debug Configuration for Tests

Introduction

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

Creating a test configuration

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 N/A and choose Edit Configuration on the context menu.
  2. Click new 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: 13 December 2017

See Also