Skip to content

Commit

Permalink
TASK: Test multiple browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Sep 27, 2024
1 parent 6de3e09 commit 9919071
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
16 changes: 14 additions & 2 deletions .sauce/config1Dimension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,24 @@ testcafe:
# Controls what files are available in the context of a test run (unless explicitly excluded by .sauceignore).
rootDir: ./
suites:
- name: "One dimensional Tests in Chrome on Windows"
browserName: "chrome"
- name: "One dimensional Tests in Edge on Windows"
browserName: "microsoftedge"
src:
- "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js"
platformName: "Windows 10"
screenResolution: "1280x1024"
- name: "One dimensional Tests on Firefox on Windows"
browserName: "firefox"
src:
- "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js"
platformName: "Windows 10"
screenResolution: "1280x1024"
- name: "One dimensional Tests in Edge on MacOS"
browserName: "microsoftedge"
src:
- "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js"
platformName: "macOS 13"
screenResolution: "1440x900"
npm:
dependencies:
- testcafe-react-selectors
Expand Down
8 changes: 7 additions & 1 deletion .sauce/config2Dimension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: testcafe
sauce:
region: us-west-1
concurrency: 1 # Controls how many suites are executed at the same time.
retries: 0
retries: 3
metadata:
tags:
- e2e
Expand All @@ -22,6 +22,12 @@ suites:
- "Tests/IntegrationTests/Fixtures/2Dimension/*.e2e.js"
platformName: "Windows 10"
screenResolution: "1280x1024"
- name: "Two dimensional Tests in Chrome on MacOS"
browserName: "chrome"
src:
- "Tests/IntegrationTests/Fixtures/2Dimension/*.e2e.js"
platformName: "macOS 13"
screenResolution: "1440x900"
npm:
dependencies:
- testcafe-react-selectors
Expand Down

0 comments on commit 9919071

Please sign in to comment.