17 lines
317 B
Markdown
17 lines
317 B
Markdown
# Smoke Tests
|
|
|
|
Smoke tests should verify service startup, health checks, database connectivity, and later SIP/media-adjacent probes.
|
|
|
|
Runnable entry point:
|
|
|
|
```powershell
|
|
pnpm test:remote-smoke
|
|
```
|
|
|
|
Override the target with:
|
|
|
|
```powershell
|
|
$env:LISGLOSIPS_BASE_URL = 'https://100.90.90.91'
|
|
pnpm test:remote-smoke
|
|
```
|