d089fec86b
Update skipped-tests-remediation.md to reflect completion of Phase 1 (Cerberus default enablement): Verified Cerberus defaults to enabled:true when no env vars set 28 tests now passing (previously skipped due to Cerberus detection) Total skipped reduced from 98 → 63 (36% reduction) All real-time-logs tests (25) now executing and passing Break-glass disable flow validated and working Evidence includes: Environment variable absence check (no CERBERUS_* vars) Status endpoint verification (enabled:true by default) Playwright test execution results (28 passed, 32 skipped) Breakdown of remaining 7 skipped tests (toggle actions not impl) Phase 1 and Phase 3 now complete. Remaining work: user management UI (22 tests), TestDataManager auth fix (8 tests), security toggles (8 tests).
Backend Service
This folder contains the Go API for CaddyProxyManager+.
Prerequisites
- Go 1.24+
Getting started
cp .env.example .env # optional
cd backend
go run ./cmd/api
Tests
cd backend
go test ./...