super-productivity/scripts
Johannes Millan 3a9d35149d feat(e2e): enable SuperSync tests in e2e:docker:all script
Modify e2e:docker:all to run all 360+ E2E tests including @supersync tests.

- Start all required services (app, webdav, db, supersync)
- Add wait-for-supersync.sh for SuperSync health check
- Execute tests in two phases:
  - Phase 1: Non-supersync tests (default workers)
  - Phase 2: SuperSync tests (3 workers to avoid server overload)
- Both phases run independently; exit code reflects first failure
- Previously skipped 131 @supersync tests now included

Resolves complete E2E test coverage for all sync providers.
2026-01-21 19:04:57 +01:00
..
fix-duplicate-imports.ts fix: remove duplicate Log imports 2025-07-10 14:28:03 +02:00
migrate-console-to-log-force.ts refactor: complete migration from console.* to Log methods 2025-07-10 14:25:02 +02:00
migrate-console-to-log.ts refactor: complete migration from console.* to Log methods 2025-07-10 14:25:02 +02:00
migrate-to-droid-log.ts refactor: migrate all android logs to DroidLog context 2025-07-10 14:53:19 +02:00
migrate-to-issue-log.ts refactor: migrate all issue logs to IssueLog context 2025-07-10 14:46:28 +02:00
migrate-to-pf-log.ts refactor: use PFLog for all logging in pfapi directory 2025-07-10 14:35:56 +02:00
migrate-to-plugin-log.ts refactor: use PluginLog for all logging in plugins directory 2025-07-10 14:32:37 +02:00
migrate-to-task-log.ts refactor: migrate all android logs to DroidLog context 2025-07-10 14:53:19 +02:00
remove-unused-log-imports.ts refactor: complete migration from console.* to Log methods 2025-07-10 14:25:02 +02:00
replace-synclog-with-pflog.ts refactor: replace SyncLog with PFLog in pfapi directory 2025-07-10 14:55:26 +02:00
wait-for-app.sh feat(e2e): add Docker-based E2E test isolation 2026-01-04 17:09:39 +01:00
wait-for-supersync.sh feat(e2e): enable SuperSync tests in e2e:docker:all script 2026-01-21 19:04:57 +01:00
wait-for-webdav.sh test(e2e): try to fix e2e tests 2025-12-10 21:26:48 +01:00