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
- Sync Dependencies -
flutter pub get
- Lint Code -
dart analyze
- 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