mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
Authentication E2E Tests (e2e/auth/complete-flow.spec.ts): - Landing page and navigation tests - Login flow with validation and error handling - Session management and persistence tests - Logout flow tests - Permission-based access control tests - Access denied UI tests - Registration flow tests - Password reset flow tests - Session security tests - Error handling tests Total: 50+ authentication test scenarios Package Rendering E2E Tests (e2e/package-loading.spec.ts): - Package home page rendering tests - Package route priority tests (PageConfig vs InstalledPackage) - Component discovery tests (home_page, HomePage, Home) - JSON component rendering tests - Package metadata tests (title, description) - Package static assets tests (styles, images) - Package sub-routes tests (entity list, detail, actions) - Multi-tenant package isolation tests - Package dependencies tests - Package error handling tests - Package versioning tests - Package configuration tests - Package system integration tests - Performance tests (load time, caching) - Accessibility tests (semantic HTML, headings, alt text) Total: 60+ package rendering test scenarios Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>