Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

0.1.9

Compare
Choose a tag to compare
@fpotter fpotter released this 28 Aug 00:04
· 849 commits to master since this release

Lots of changes...

  • New reporter system - reporters are now just plain executables that read JSON events from stdin and write formatted results to stdout. (more info)
  • Added retry logic around application/simulator test running. (@unixed)
  • We now show clang-like code context for failing test assertions and analyzer warnings. (@kcoons)
  • You can set the simulator type (iphone, or ipad) to use for running application tests. (@neonichu)
  • Helpful error messages when we can't find the specified scheme and it's likely because you're relying on Xcode's Autocreate Schemes feature (@ndfred)

And, more fixes and lots of cleanup from @mokagio, @jonnyyu, @carsonmcdonald, @jesboat, @tomquist, and @fpotter.