super-productivity/e2e
Johannes Millan ab0371fac6 fix(e2e): improve supersync test stability and build compatibility
E2E test improvements:
- Increase timeouts for sync button and add task bar visibility checks
- Add retry logic for sync button wait in setupSuperSync
- Handle dialog close race conditions in save button click
- Fix simple counter test to work with collapsible sections and inline forms

Build fixes:
- Add es2022 lib/target and baseUrl to electron tsconfig
- Include window-ea.d.ts for proper type resolution
- Add @ts-ignore for import.meta.url in reminder service for Electron build
2025-12-19 09:59:44 +01:00
..
constants refactor(e2e): improve test reliability with deterministic waits 2025-12-11 18:47:56 +01:00
fixtures fix(e2e): reduce console log noise with optional E2E_VERBOSE flag 2025-12-12 20:48:13 +01:00
helpers test: make e2e less flaky 2025-11-14 15:43:22 +01:00
pages fix(e2e): improve supersync test stability and build compatibility 2025-12-19 09:59:44 +01:00
tests fix(e2e): improve supersync test stability and build compatibility 2025-12-19 09:59:44 +01:00
utils fix(sync): perform archive flush synchronously to prevent DB lock error 2025-12-17 16:42:59 +01:00
.gitignore build(ci): resolve e2e webserver timeout issues 2025-08-03 12:36:02 +02:00
global-setup.ts test(e2e): remove console.log statements and replace console.error with throw 2025-08-02 12:25:21 +02:00
playwright.config.ts test(e2e): try to fix e2e tests 2025-12-10 21:26:48 +01:00
tsconfig.json refactor: move tests 2025-08-02 11:37:25 +02:00