Skip to content

Releases: bitrise-steplib/steps-xcode-test

1.5.0

30 Sep 14:58
Compare
Choose a tag to compare
  • Removed the -sdk iphonesimulator argument when running the test with xcodebuild, as it caused issues with WatchKit 2 apps

1.4.2

29 Sep 13:12
Compare
Choose a tag to compare
  • Further improved Test Summary handling - more summary delimiters added, and is now capable of handling Xcode's varying output (where the delimiters might occur in different places)

1.4.1

29 Sep 09:16
Compare
Choose a tag to compare
  • Less verbose "full command" log, and it's now printed in a copy-paste ready format
  • New default simulator_device : iPhone 6 (instead of previous iPad), to better match the default when running tests from Xcode.app directly

1.4.0

28 Sep 13:28
Compare
Choose a tag to compare

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!

1.2.0

18 Sep 19:10
Compare
Choose a tag to compare
  • Xcode 7 UI test related retry in case the Simulator would fail to properly run the UI test the first time

1.1.2

16 Sep 08:46
Compare
Choose a tag to compare
  • Fix for Simulator retry patch

1.1.1

15 Sep 18:20
Compare
Choose a tag to compare

Added the new go dependency to the step's descriptor step.yml file.

1.1.0

15 Sep 15:34
Compare
Choose a tag to compare

Complete rewrite in Go, and a fix added in case the iOS Simulator would time out

1.0.0

09 Sep 15:03
Compare
Choose a tag to compare
Merge pull request #3 from gkiki90/project_path

fix