From 18e935d0bb0706aed00d8438c4c05be53832279b Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Sun, 23 Feb 2025 04:10:40 +0800 Subject: [PATCH] test(cypress): fix cypress testing --- cypress/config/settings.cypress.json | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/cypress/config/settings.cypress.json b/cypress/config/settings.cypress.json index d10a107f..08be1f16 100644 --- a/cypress/config/settings.cypress.json +++ b/cypress/config/settings.cypress.json @@ -6,7 +6,6 @@ "apiKey": "testkey", "applicationTitle": "Jellyseerr", "applicationUrl": "", - "csrfProtection": false, "cacheImages": false, "defaultPermissions": 32, "defaultQuotas": { @@ -180,5 +179,22 @@ "image-cache-cleanup": { "schedule": "0 0 5 * * *" } + }, + "network": { + "csrfProtection": false, + "trustProxy": false, + "forceIpv4First": false, + "dnsServers": "", + "proxy": { + "enabled": false, + "hostname": "", + "port": 8080, + "useSsl": false, + "user": "", + "password": "", + "bypassFilter": "", + "bypassLocalAddresses": true + }, + "dnsCache": true } -} +} \ No newline at end of file