mirror of
https://github.com/azaion/satellite-provider.git
synced 2026-06-27 08:31:13 +00:00
[AZ-1131] Align integration test docs with run-tests.sh
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -35,13 +35,10 @@ Swagger documentation: `http://localhost:5100/swagger`
|
||||
### Run with Tests
|
||||
|
||||
```bash
|
||||
docker-compose -f docker-compose.yml -f docker-compose.tests.yml up --build --abort-on-container-exit
|
||||
./scripts/run-tests.sh
|
||||
```
|
||||
|
||||
This command:
|
||||
- Builds and starts all services
|
||||
- Runs integration tests
|
||||
- Exits when tests complete
|
||||
This script runs unit tests, then integration tests via the self-contained `docker-compose.tests.yml` stack. Use `--smoke` for a fast subset or `--full` for the complete suite.
|
||||
|
||||
## Architecture
|
||||
|
||||
@@ -384,10 +381,13 @@ dotnet test
|
||||
```
|
||||
|
||||
**Integration Tests:**
|
||||
|
||||
```bash
|
||||
docker-compose -f docker-compose.yml -f docker-compose.tests.yml up --build --abort-on-container-exit
|
||||
./scripts/run-tests.sh
|
||||
```
|
||||
|
||||
See `_docs/02_document/tests/environment.md` for manual Compose invocation and environment variables.
|
||||
|
||||
### Database Migrations
|
||||
|
||||
Migrations run automatically on startup. SQL files are located in:
|
||||
|
||||
Reference in New Issue
Block a user