-
Notifications
You must be signed in to change notification settings - Fork 54
Home
yas375 edited this page Oct 24, 2014
·
20 revisions
Welcome to Subliminal's wiki! Here you'll find information about installing and using Subliminal.
It takes under 10 minutes to install Subliminal and write your first test.
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.
- Add the Integration Tests target
- Install the Subliminal framework
- Add the code to run Subliminal
After installing, read the guide on Writing Tests to start using Subliminal.
Check out our Contact section for different ways of getting in touch.