mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
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:
parent
017dbf80e6
commit
b3158b008d
10 changed files with 21 additions and 223 deletions
|
|
@ -43,4 +43,4 @@ describe('Debug Headers', () => {
|
|||
expect(result).toBe('v1');
|
||||
expect(mockFetch).toHaveBeenCalled();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue