Skip to content

Commit

Permalink
TASK: Add screenResolution as tests on mac could not resize
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Sep 19, 2024
1 parent ed2fdde commit 6a29783
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .sauce/config1Dimension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ suites:
src:
- "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js"
platformName: "Windows 10"
screenResolution: "1280x1024"
- name: "One dimensional Tests in Firefox on MacOS"
browserName: "firefox"
src:
- "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js"
platformName: "macOS 13"
screenResolution: "1280x1024"
npm:
dependencies:
- testcafe-react-selectors
Expand Down
11 changes: 4 additions & 7 deletions .sauce/config2Dimension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,13 @@ suites:
src:
- "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js"
platformName: "Windows 10"
- name: "Two dimensional Tests in Chrome on Windows"
browserName: "chrome"
src:
- "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js"
platformName: "Windows 10"
- name: "Two dimensional Tests in Safari on MacOS"
browserName: "safari"
screenResolution: "1280x1024"
- name: "Two dimensional Tests in Firefox on MacOS"
browserName: "firefox"
src:
- "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js"
platformName: "macOS 13"
screenResolution: "1280x1024"
npm:
dependencies:
- testcafe-react-selectors
Expand Down

0 comments on commit 6a29783

Please sign in to comment.