[AZ-1131] Align integration test docs with run-tests.sh

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-06-26 16:14:19 +03:00
parent 80ef5608f1
commit 184cbd5459
8 changed files with 99 additions and 14 deletions
+4 -6
View File
@@ -161,10 +161,7 @@ docker-compose up --build
./scripts/run-tests.sh
```
**Run tests** (Docker Compose with tests):
```bash
docker-compose -f docker-compose.yml -f docker-compose.tests.yml up --build --abort-on-container-exit
```
See `_docs/02_document/tests/environment.md` for manual `docker-compose.tests.yml` invocation and required env vars.
### CI / Deploy platforms
@@ -281,8 +278,9 @@ From goal.md:
- Volume mounts for tiles, ready, logs
**docker-compose.tests.yml:**
- Integration tests service
- Depends on api and db services
- Self-contained stack: postgres, api, and integration-tests (internal network only; postgres not published to host)
- Integration tests service depends on api and db health
- Canonical runner: `./scripts/run-tests.sh` (Step 2 uses this file only)
- Runs and exits after completion
## Troubleshooting