Skip to content

Commit

Permalink
add missing browser
Browse files Browse the repository at this point in the history
  • Loading branch information
shammowla committed Aug 12, 2024
1 parent dfabaca commit 2ca6537
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .sauce/ee-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ kind: testcafe
showConsoleLog: true
sauce:
region: us-west-1
retries: 2
metadata:
name: Alloy SDK Prod ee
rootDir: ./
Expand Down Expand Up @@ -69,4 +68,19 @@ suites:
"test/functional/specs/Personalization/C7494472.js",
"test/functional/specs/Personalization/C8631576.js",
"test/functional/specs/Personalization/C8631577.js",
]
]
- 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",
]

0 comments on commit 2ca6537

Please sign in to comment.