fix web ui smoke and brand assets

This commit is contained in:
hectorzhao
2026-06-30 11:13:30 +08:00
parent 0dfb2988b2
commit 9920575bba
103 changed files with 6650 additions and 135 deletions
+16
View File
@@ -0,0 +1,16 @@
# 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
```