fix(test): fix playwright to suport OPAQUE+DPOP

This commit is contained in:
Edouard Vanbelle
2026-08-09 12:40:45 +02:00
parent 9e94cb398c
commit a9eaa3fd74
28 changed files with 560 additions and 44 deletions
+2 -2
View File
@@ -55,8 +55,8 @@ export default defineConfig({
timeout: 600_000,
reuseExistingServer: false,
cwd: '../..',
stdout: 'inherit',
stderr: 'inherit',
stdout: 'pipe',
stderr: 'pipe',
env: {
...commonEnv,
OXICLOUD_SERVER_PORT: '8088',