118 words
1 minute
TeamCity Flutter Test Apps Config

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

TeamCity Flutter Test Apps Config
https://edwardbeazer.com/posts/teamcity-flutter-test-apps-config/
Author
Edward Beazer
Published at
2024-01-13