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
+17
View File
@@ -0,0 +1,17 @@
# API E2E Tests
API automation should prefer full `AppModule` E2E coverage for cross-module workflows, with `hookTimeout` kept at 60 seconds for slow module bootstrap.
Remote black-box API checks:
```powershell
$env:LISGLOSIPS_AUTH_PASSWORD = '<password>'
pnpm test:remote-auth
pnpm test:remote-customers
pnpm test:remote-gateways
pnpm test:remote-vendors
pnpm test:remote-calls
pnpm test:remote-recordings
pnpm test:remote-dashboard
pnpm test:remote-perf-security
```