Skip to content

1.4.0

Compare
Choose a tag to compare
@viktorbenei viktorbenei released this 28 Sep 13:28
· 277 commits to master since this release

Huge improvements!!

  • FIX : if a "retry" fails previously it marked the step as "succeeded" - this "false positive" is now fixed
  • If a retry is triggered it will never be run with clean build option, as the first build already clears if the option is set
  • It seems that we could finally fix the iPhoneSimulator: Timed out waiting 120 seconds for simulator to boot, current state is 1. error! This is indeed a reproducible bug in Xcode's command line interface. If it's called with only the test command/verb the compilation time is also counted into the Simulator boot time! So, in case the compilation takes more than 120 seconds it'll always trigger a Simulator boot timeout! Including the build command/verb before the test command/verb fixes this!