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:
- Live with it.
- Create a new test target that does not launch the app; move tests there, leaving screenshot behind
- 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.