Systems | Development | Analytics | API | Testing

CI CD

Device Testing

👋📱 In this video, we'll walk you through the concept of device testing on Bitrise and how to use it in your CI/CD workflow. 📱With Bitrise’s device testing solutions, you can run UI tests for iOS and Android apps on physical devices without having to set up and register your own devices. You just need to use our dedicated Steps and set the device type on which you want to test your app.

Migrating your iOS projects and CI/CD to Apple Silicon M1 & M2 Macs

Apple Silicon processors have revolutionized the desktop and laptop CPU landscape. The transition from Intel’s x86_64 architecture to Apple’s arm64 was smooth for consumers thanks to the Rosetta 2 emulator. This emulator enables the translation of x86_64 instructions to arm64 with minimal performance degradation.

Writing your back end in Dart

In this blog post, we will explore the process of building a back end using only Dart. With the numerous options available for achieving this, it’s normal to feel overwhelmed or unsure of where to begin. Thus, this post is primarily directed at Flutter developers who are considering Dart for their back end for its various benefits, which we will discuss later on.