This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
0.2.4
🕐 It's been too long between releases! 🚀
- Added
-testTimeout
option. When an individual test hits this timeout, it is considered a failure rather than waiting indefinitely - Tests now launch the simulator without stealing focus
- Improved error output when
xcodebuild
crashes - Improved support for OS X test bundles
- Fixed an issue where
NSTemporaryDirectory()
was broken in iOS logic tests - Fixed an issue where many tests with long names would break due to command line length
xctool
builds without warnings under Xcode 6.3- Switched to arc
👍 to @ExtremeMan, @bgertzfield, and @fpotter for the fixes!