Backend: - TestAdminLogin_Success: verify admin login with username - TestAdminLogin_WrongPassword: verify 401 for wrong password Frontend (Marketplace): - auth.test.ts: mocked tests for login/logout (5 tests) - auth.integration.test.ts: real API tests (3 tests, skipped in CI) |
||
|---|---|---|
| .. | ||
| cart_handler.go | ||
| company_handler.go | ||
| dashboard_handler.go | ||
| dto.go | ||
| handler.go | ||
| handler_test.go | ||
| marketplace_handler.go | ||
| order_handler.go | ||
| payment_handler.go | ||
| product_handler.go | ||
| shipping_handler.go | ||
| user_handler.go | ||