refactor(e2e): use bundled hacdias/webdav instead of mock server

- Replace custom mock server with real hacdias/webdav:latest
- Use existing webdav.yaml configuration and alice/bob users
- Remove unnecessary mock server code following KISS principle
- WebDAV server now matches production setup exactly
- Persistent data storage in ./e2e-webdav-data

This provides more realistic e2e testing with the actual WebDAV
server used in production deployments.
This commit is contained in:
Johannes Millan 2025-07-12 23:32:04 +02:00
parent 017dbf80e6
commit b3158b008d
10 changed files with 21 additions and 223 deletions

View file

@ -43,4 +43,4 @@ describe('Debug Headers', () => {
expect(result).toBe('v1');
expect(mockFetch).toHaveBeenCalled();
});
});
});