10 lines
383 B
YAML
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
|