Skip to content

5.1.1: Xcode 11.2 support and better reporting

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Nov 00:53
· 69 commits to master since this release
  • 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!