Generating rich-format test results with build artifacts
You can now generate HTML test reports and display them in the Artifacts tabs with Bitrise builds.
You can now generate HTML test reports and display them in the Artifacts tabs with Bitrise builds.
Build log grouping is a new feature that streamlines the build log process, making it easier to understand why a build failed and at which Step the failure occurred. Read how build logs are now grouped by steps, and how we improved our error message display.
CLI stands for command-line interface, a text-based interface you can use to input commands and perform various operations. If you’ve ever used the dart or flutter commands in your console, you’ve used a CLI. Sometimes, though, you may end up writing a CLI of your own.
Brain Reed from NowSecure explains the core ideas of the Mobile DevSecOps Framework: Learn how to quickly release high-quality mobile apps while simultaneously building in the necessary security and privacy.
As a senior Flutter developer, a big part of my daily job consists of reviewing code, mentoring other developers, and helping them with their problems. One mistake that I noticed developers repeating on many occasions is misusing BuildContext. I analyzed why this happens and came to the conclusion that it is because of an incomplete understanding of what BuildContext is, how it works, and its scope and lifecycle.
This is the most fertile time for app development since the launch of the App Store 15 years ago. Our industry is in the grip of several simultaneous revolutions, each of them bending, flexing and moulding to the others. 5G promises to make our apps 10 times faster; wearable technology lets them wrap themselves around our bodies; artificial intelligence enables them to learn from us and get smarter every day. But this torrent of innovation brings challenges, too.
Learn how Android projects perform on Apple silicon M1 machines: In this blog post, we share some interesting benchmark results that may help your mobile teams optimize Android build times with M1.
We made changes to the Bitrise dependency cache offering. In short: having explicit and granular control on what to cache, sharing a cache across workflows, branches, and stacks, and automatically invalidating stale files in a cache.