Files
metabuilder/e2e/auth
copilot-swe-agent[bot] ab32481bf5 test: Add comprehensive E2E test suites for authentication and package rendering
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>
2026-01-08 03:49:23 +00:00
..