Files
OnBudget/dart_test.yaml
T
2026-06-01 00:55:38 +03:00

10 lines
383 B
YAML

# 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
# OpenRouter 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