Skip to content
Jeffrey Wear edited this page May 1, 2014 · 20 revisions

Installing Subliminal

It takes under 10 minutes to install Subliminal and write your first test. You can watch an end-to-end screencast (see the links in step 2 below) or follow the instructions below.

To start using Subliminal, you'll first create a target for your integration tests (just like you add unit tests to their own target, separate from your app target). Next you'll add the Subliminal framework to the integration tests target. Finally you'll add a few lines of code to your app delegate to run the tests.

  1. Add the Integration Tests target
  2. Install the Subliminal framework
  3. Add the code to run Subliminal

After installing, read the guide on Writing Tests to start using Subliminal.

Documentation

Miscellaneous

Clone this wiki locally