Currently I work on a project that has a lot of tests that take some time to finish. Usually I switch to working on something else while the tests are running in the background. Sometimes I deep dive into the other stuff so that I nearly forget about the tests I started before π
I thought it would be nice to get some acoustic notification when all tests are finished. Luckily this is already implemented in XCode!
- Go to XCode’s
Preferences
- Switch to
Behaviors
- Go to Section
Testing
- Pick whatever you want for succeeding or failing tests.
You can even use speak announcements (which I think is kind of annoyingπ). I like the soundGlass
for succeeding tests andBlow
for failing tests.