From 2ca653711f50db43b5910ff0e37d3a1c33b4f302 Mon Sep 17 00:00:00 2001 From: Shamiul Mowla Date: Mon, 12 Aug 2024 14:56:31 -0400 Subject: [PATCH] add missing browser --- .sauce/ee-prd.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.sauce/ee-prd.yml b/.sauce/ee-prd.yml index 7d4327f46..d332edd20 100644 --- a/.sauce/ee-prd.yml +++ b/.sauce/ee-prd.yml @@ -3,7 +3,6 @@ kind: testcafe showConsoleLog: true sauce: region: us-west-1 - retries: 2 metadata: name: Alloy SDK Prod ee rootDir: ./ @@ -69,4 +68,19 @@ suites: "test/functional/specs/Personalization/C7494472.js", "test/functional/specs/Personalization/C8631576.js", "test/functional/specs/Personalization/C8631577.js", - ] \ No newline at end of file + ] + - name: "Chrome" + browserName: "chrome" + browserVersion: "latest" + src: + - "test/functional/specs/**/*.js" + platformName: "Windows 11" + excludedTestFiles: + [ + "test/functional/specs/Data Collector/C81182.js", + "test/functional/specs/Privacy/C5594870.js", + "test/functional/specs/Personalization/C7494472.js", + "test/functional/specs/Privacy/C1576777.js", + "test/functional/specs/Audiences/C12411.js", + "test/functional/specs/Audiences/C31436.js", + ]