TeamCity Flutter Test Apps Config

A simple config to test flutter apps

Wed, 03 Jan 2024

I’m currently moving away from TeamCity to Buildkite. I’m trying to post some of my config for people to see and for myself to reference later. This config is fairly straightforward since we are not going over the unit tests themselves. I will be doing a post on that later.

You can make this all 1 step if you like, I like to make them multiple just because I find it easier to know where the pipeline failed at

  1. Sync Dependencies - flutter pub get
  2. Lint Code - dart analyze
  3. Test App - flutter test

Super easy right? As I’m rebuilding my pipeline in BuildKite I will go over code coverage, the actual tests and maybe even running on a real device farm

Buy Me A CoffeeDigitalOcean Referral Badge
Loading...
Edward Beazer

Edward Beazer - I just like to build shit. Sometimes I get stuck for hours, even days while trying to figure out how to solve an issue or implement a new feature. Hope my tips and tutorials can save you some time.

DigitalOcean Referral Badge