Skip to content

Commit

Permalink
wip try a valid screen size
Browse files Browse the repository at this point in the history
> WRN Suite errored. error="job start failed (404): Misconfigured -- Resolution you specified is not available for this OS/browser/version/device combo: OS: 'Mac 13', Browser: 'googlechrome', Version: '129.0.6668.59', Device: 'unspecified', Screen Resolution: '1920x1080'; available resolutions: '1024x768', '1152x864', '1280x960', '1376x1032', '1440x900', '1600x1200', '1920x1440', '2048x1536'"
  • Loading branch information
mhsdesign committed Sep 26, 2024
1 parent ae48b7f commit 6e60dd5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions .sauce/config1Dimension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ 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 Firefox on Windows"
browserName: "firefox"
src:
- "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js"
platformName: "Windows 10"
screenResolution: "1280x1024"
smartRetry:
failedOnly: true
# - name: "One dimensional Tests in Firefox on Windows"
# browserName: "firefox"
# src:
# - "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js"
# platformName: "Windows 10"
# screenResolution: "1280x1024"
# smartRetry:
# failedOnly: true
- name: "One dimensional Tests in Chrome on MacOS"
browserName: "chrome"
src:
- "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js"
platformName: "macOS 13"
screenResolution: "1920x1080"
screenResolution: "1920x1440"
smartRetry:
failedOnly: true
npm:
Expand Down
18 changes: 9 additions & 9 deletions .sauce/config2Dimension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ testcafe:
# Controls what files are available in the context of a test run (unless explicitly excluded by .sauceignore).
rootDir: ./
suites:
- name: "Two dimensional Tests in Firefox on Windows"
browserName: "firefox"
src:
- "Tests/IntegrationTests/Fixtures/2Dimension/*.e2e.js"
platformName: "Windows 10"
screenResolution: "1280x1024"
smartRetry:
failedOnly: true
# - name: "Two dimensional Tests in Firefox on Windows"
# browserName: "firefox"
# src:
# - "Tests/IntegrationTests/Fixtures/2Dimension/*.e2e.js"
# platformName: "Windows 10"
# screenResolution: "1280x1024"
# smartRetry:
# failedOnly: true
- name: "Two dimensional Tests in Chrome on MacOS"
browserName: "chrome"
src:
- "Tests/IntegrationTests/Fixtures/2Dimension/*.e2e.js"
platformName: "macOS 13"
screenResolution: "1920x1080"
screenResolution: "1920x1440"
smartRetry:
failedOnly: true
npm:
Expand Down

0 comments on commit 6e60dd5

Please sign in to comment.