diff --git a/.sauce/config1Dimension.yml b/.sauce/config1Dimension.yml index 1e0965c920..555158fc28 100644 --- a/.sauce/config1Dimension.yml +++ b/.sauce/config1Dimension.yml @@ -3,7 +3,7 @@ kind: testcafe showConsoleLog: true sauce: region: us-west-1 - concurrency: 2 # Controls how many suites are executed at the same time. + concurrency: 1 # Controls how many suites are executed at the same time. metadata: tags: - e2e @@ -22,7 +22,7 @@ suites: src: - "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js" platformName: "Windows 10" - - name: "One dimensional Tests in Chrome on Windows" + - name: "One dimensional Tests in Firefox on MacOS" browserName: "firefox" src: - "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js" diff --git a/.sauce/config2Dimension.yml b/.sauce/config2Dimension.yml index 2602b8bbdc..7e7feef118 100644 --- a/.sauce/config2Dimension.yml +++ b/.sauce/config2Dimension.yml @@ -2,7 +2,7 @@ apiVersion: v1alpha kind: testcafe sauce: region: us-west-1 - concurrency: 2 # Controls how many suites are executed at the same time. + concurrency: 1 # Controls how many suites are executed at the same time. metadata: tags: - e2e @@ -27,7 +27,7 @@ suites: - "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js" platformName: "Windows 10" - name: "Two dimensional Tests in Safari on MacOS" - browserName: "Safari" + browserName: "safari" src: - "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js" platformName: "macOS 13"