If you run unit tests inside of Xcode, you may wish to turn on the behavior to show the test results after they run.
- Go to Preferences in Xcode.
- Click on the Behaviors tab.
- Click on Succeeds.
- Check the box shown and select “Show” then “Test Navigator”.
- Repeat step 4 for Fails as well.
Now when your tests finish (failed or succeeded) you’ll see the pretty green or red marks.
SutoCom
Reblogged this on SutoCom Solutions.