Skip to content

Commit

Permalink
TASK: Limit how many suites are executed at the same time.
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Sep 18, 2024
1 parent dbf89a2 commit ed2fdde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .sauce/config1Dimension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions .sauce/config2Dimension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit ed2fdde

Please sign in to comment.