mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
Optimize WebDAV E2E test startup by caching health checks at the worker level instead of checking in each test file's beforeAll hook. Changes: - Create webdav.fixture.ts with worker-level health check caching - Update 12 WebDAV test files to use new fixture - Remove redundant beforeAll health check blocks Impact: - Reduces health check overhead from ~8s to ~2s when WebDAV unavailable - Saves ~6 seconds on PR/build CI runs (combined with existing SuperSync optimization) - Tests automatically skip when WebDAV server is not reachable |
||
|---|---|---|
| .. | ||
| legacy-archive-subtasks-backup.json | ||
| legacy-full-migration-backup.json | ||
| legacy-migration-client-a.json | ||
| legacy-migration-client-b.json | ||
| legacy-migration-collision-a.json | ||
| legacy-migration-collision-b.json | ||
| supersync.fixture.ts | ||
| test-backup-with-archives.json | ||
| test-backup.json | ||
| test.fixture.ts | ||
| webdav.fixture.ts | ||