Adding tags to our #flutter codebase allows us to define the type of tests we will run. We are then able to run a command like `flutter test --tags=unit` and only run the group of tests we added this tag to. This is incredibly useful for having more granularity over our CI/CD pipelines.
2 likes 0 replies
?