Unit test target launches app

As the title suggests, the unit test target launches the app when running the tests.

There are a few options:

  1. Live with it.
  2. Create a new test target that does not launch the app; move tests there, leaving screenshot behind
  3. Prevent the existing target from launching the app; this probably would break the screenshot functionality found there

Thinking some version of (2) is the best choice.