You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document contains detailed test cases and scripts for the Admin Dashboard.
For architecture overview, see Admin Dashboard.
Test Scripts
One-Click Testing
# Run all tests (Rust + Admin Unit + E2E)
./scripts/run_admin_full_suite.sh
# Quick mode (skip Unit Tests)
./scripts/run_admin_full_suite.sh --quick
# Run only Admin → Gateway propagation E2E
./scripts/run_admin_gateway_e2e.sh