aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/tests
Commit message (Collapse)AuthorAgeFilesLines
* Frontend: Implement Playwright UI tests with mocked API responses (NK-4jy0t2)Adam Mathes10 days1-0/+167
|
* feat: add manual crawl button and E2E test for crawl cycleAdam Mathes11 days1-0/+32
|
* feat: add username field to login for better password manager supportAdam Mathes11 days1-5/+6
|
* style: fix font theme application to body textAdam Mathes11 days1-0/+31
|
* test: mock RSS feeds in E2E testsAdam Mathes11 days1-1/+1
|
* ci: enhance workflow with E2E tests and Docker checkAdam Mathes11 days1-16/+14
|
* feat: fix authentication to handle no-password scenario\n\n- Updated ↵Adam Mathes11 days1-0/+166
| | | | Authenticated() to return true when no password is configured\n- Updated apiLoginHandler to succeed when no password is set\n- Added comprehensive backend tests for both password/no-password cases\n- Added E2E tests for authentication flows (password tests are skipped by default)\n- All tests pass for both authentication scenarios\n\nFixes issue where app would require login even when no password was configured.\nNow properly supports passwordless mode for local development.
* Refactor: project structure, implement dependency injection, and align v2 UI ↵Adam Mathes11 days1-52/+62
| | | | with v1
* fix(test): repair and re-enable E2E tests (NK-m8bya7)Adam Mathes12 days1-2/+3
|
* fix(ui): open sidebar by default (NK-mbuw7q) and disable unstable E2E testsAdam Mathes12 days1-1/+3
|
* fix(test): setup playwright E2E testing (NK-k04tet)Adam Mathes12 days1-4/+7
|
* Implement frontend parity features: Unread view, shortcuts, scroll-to-read, ↵Adam Mathes12 days1-0/+3
| | | | filters
* Implement Tag View and fix testsAdam Mathes12 days1-0/+47