# Registers custom test tags so `flutter test --tags integration` does not warn. # # The `integration` tag marks tests that hit real external services (e.g. the # DeepSeek API) and consume API tokens. They are excluded from a default # `flutter test` run and are opt-in via `--tags integration`. tags: integration: # Network-bound; allow extra time per test. timeout: 2x