13 lines
271 B
Text
13 lines
271 B
Text
|
|
summary: Integration Tests (Tier 2)
|
||
|
|
description: |
|
||
|
|
Tests requiring infrastructure (PostgreSQL, Redis, RabbitMQ).
|
||
|
|
Failures are warnings, not blockers.
|
||
|
|
Requires: docker-compose infra running.
|
||
|
|
|
||
|
|
discover:
|
||
|
|
how: fmf
|
||
|
|
filter: 'tier: 2'
|
||
|
|
|
||
|
|
execute:
|
||
|
|
how: tmt
|