Releases: MobileNativeFoundation/bluepill
Releases · MobileNativeFoundation/bluepill
v5.1.8
What's Changed
- Splitting test bundles based on estimates test execution times by @ravimandala in #407
- Continue copying test results even when tests fail by @chenxiao0228 in #409
Full Changelog: v5.1.7...v5.1.8
v5.1.7
What's Changed
- Move files out of archive root to the root of the Pod. by @chenxiao0228 in #405
- Empty commit to trigger check by @chenxiao0228 in #406
Full Changelog: v5.1.6...v5.1.7
v5.1.6
v5.1.5
What's Changed
- Remove install cocoapods step since cocoapods is pre-installed by @chenxiao0228 in #402
Full Changelog: v5.1.4...v5.1.5
v5.1.4
v5.1.3
v5.1.2
What's Changed
- Allow .xctestrun equivalent in config.json by @bdittmer in #360
- Enabling github workflows to run tests on all PRs by @ravimandala in #395
- Release build fixes by @chenxiao0228 in #396
- Added Bazel workspace to binary release package by @chenxiao0228 in #397
- Split build jobs into 2 machines by @chenxiao0228 in #398
- Cleaned up test schemes. by @chenxiao0228 in #399
New Contributors
Full Changelog: v5.1.1...v5.1.2
5.1.1: Xcode 11.2 support and better reporting
- 065f4b3 Xcode 11.2 Support (#392)
- 58bc0e3 Added a readable HTML test report to Bluepill (#387)
- e763203 Update GitHub Actions to macOS latest and small reproducibility fix (#390)
- 2c913e3 Fail if bp binary is not found adjacent to bluepill and also some refactoring (#380)
- 75084a7 Fixing xcode project set-up that was causing some tests to fail (#379)
Bluepill now creates an easy to read HTML report along with the JUnit XML report for your CI. The new HTML report is automatically created when the --output-dir
flag is set, it'll be called 0-test-report.html
(the name was chosen so it will show up first in CI systems that sort the logs). Please report back whether you find this new reporting useful and any improvement ideas you might have. Enjoy!
5.1.0: Xcode 11.1 Support
- 61c6eec Use lightweight tags in git describe (#374)
- d578177 Update CI-release.yml
- f467282 Update CI-release.yml
- 2b75960 Fix CI and CD automation (#373)
- f7211d4 Update test.yml
- 3d92586 Create test.yml
- 3dae99e Small fixes to man page (#372)
- 2874d02 Xcode 11.1 Support (#370)
- be43821 CD integration with GitHub Actions (#367)
- 3face05 First stab at using GH Actions (#366)