Releases: MobileNativeFoundation/bluepill
Releases · MobileNativeFoundation/bluepill
v5.4.1 - Xcode 11.5 support with no retry of crash tests
Do not retry crashed tests (#443) Based on previous changes crashed tests are fatal and would always return a non-zero exit code. With this change, the crashed tests are NOT retried to make sure the app crash errors are surfaced without confusion. Also added new tests and fixed existing ones as per the new no-retry behavior.
v5.4.0 - Xcode 11.5 support
v5.3.0 - Xcode 11.4 support
v5.2.4.1 - Xcode 11.5 support with exit code fixes
What's Changed
- Release with Xcode 11.5 support and without app crash exit code fixes by @ravimandala in #448
Full Changelog: v5.2.2...v5.2.4.1
v5.2.4 (Deprecated) - Please use v5.4.x or later for Xcode 11.5 support
Xcode 11.5 support (#447)
v5.2.2
What's Changed
- Make retry checks more resilient to prevent infinite retries by @RainNapper in #432
- Added a few more tests to mock test failure scenarios and fixed a few final Exit Status issues by @ravimandala in #430
- Support sidecar applications by @bogo in #438
- Add a flag to disable Xcode version check failure by @jerrymarino in #436
New Contributors
Full Changelog: v5.2.0...v5.2.2
v5.1.11
This release has the below exit status fixes and improvements along with Xcode 11.2 support.
- Make retry checks more resilient to prevent infinite retries (#432)
- Log when retry count exceeded max retries.
- Better and mergeable exit status codes (Refer to README)
- Changed the Exit Status to powers of 2 to make them mergeable.
- Fixed a few exit status issues
- Easy consolidation/aggregation of exit code.
- In case of failure reporting, report all exit status that happened over multiple attempts, if any.
- Prevent extra simulator attempt when there are no tests left to execute.
v5.1.10 - Exit code fixes with Xcode 11.2 support
What's Changed
- Rename CI jobs and switch to using SHAs by @ob in #410
- Update CI badge by @ob in #411
- [ISSUE-384] Pass simulator preferences file when clone simulator feature is enabled by @ravimandala in #413
- Supporting tests and app hosts in subfolders (#419) by @chenxiao0228 in #427
- Make retry checks more resilient to prevent infinite retries (#432)
- Fixed a few final Bluepill exit status issues and added tests (#430)
Full Changelog: v5.1.8...v5.1.10
v5.2.0 - Xcode 11.3 support
v5.1.9
What's Changed
- Rename CI jobs and switch to using SHAs by @ob in #410
- Update CI badge by @ob in #411
- [ISSUE-384] Pass simulator preferences file when clone simulator feature is enabled by @ravimandala in #413
- Supporting tests and app hosts in subfolders by @Biinngg in #419
New Contributors
Full Changelog: v5.1.8...v5.1.9