From d77c88e77318c501e533b9b823b2e8d36a904bd8 Mon Sep 17 00:00:00 2001 From: thc202 Date: Tue, 7 Jul 2026 09:23:59 +0100 Subject: [PATCH] Use stable domain for Chrome itest Use a domain that is more reliable (zaproxy.com), the JuiceShop one is currently non functional. Signed-off-by: thc202 --- docker/chrome/chrome.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/chrome/chrome.yaml b/docker/chrome/chrome.yaml index 502b916e6a6..37d8227151a 100644 --- a/docker/chrome/chrome.yaml +++ b/docker/chrome/chrome.yaml @@ -3,7 +3,7 @@ env: contexts: - name: "Chrome Headless Test" urls: - - "https://demo.owasp-juice.shop" + - "https://www.zaproxy.com" parameters: failOnError: true failOnWarning: true @@ -19,7 +19,7 @@ jobs: statistic: "spiderAjax.urls.added" site: "" operator: ">=" - value: 20 + value: 1 type: "stats" name: "spiderAjax" type: "spiderAjax" \ No newline at end of file