From 6e60dd5cf45ac47710c24776c90cee29f00ec626 Mon Sep 17 00:00:00 2001 From: mhsdesign <85400359+mhsdesign@users.noreply.github.com> Date: Fri, 27 Sep 2024 00:28:54 +0200 Subject: [PATCH] wip try a valid screen size > 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'" --- .sauce/config1Dimension.yml | 18 +++++++++--------- .sauce/config2Dimension.yml | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.sauce/config1Dimension.yml b/.sauce/config1Dimension.yml index 69735dba7d..89067a0ccb 100644 --- a/.sauce/config1Dimension.yml +++ b/.sauce/config1Dimension.yml @@ -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: diff --git a/.sauce/config2Dimension.yml b/.sauce/config2Dimension.yml index 879f749d55..b4e165a6ff 100644 --- a/.sauce/config2Dimension.yml +++ b/.sauce/config2Dimension.yml @@ -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: