Skip to content

Commit

Permalink
TASK: Tests 1 dimensional tests on Mac and Windows 10
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Sep 18, 2024
1 parent 5a18396 commit dbf89a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .sauce/config1Dimension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ suites:
browserName: "firefox"
src:
- "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js"
platformName: "Windows 11"
platformName: "Windows 10"
- name: "One dimensional Tests in Chrome on Windows"
browserName: "chrome"
browserName: "firefox"
src:
- "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js"
platformName: "Windows 11"
platformName: "macOS 13"
npm:
dependencies:
- testcafe-react-selectors
Expand Down
6 changes: 3 additions & 3 deletions .sauce/config2Dimension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ suites:
browserName: "firefox"
src:
- "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js"
platformName: "Windows 11"
platformName: "Windows 10"
- name: "Two dimensional Tests in Chrome on Windows"
browserName: "chrome"
src:
- "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js"
platformName: "Windows 11"
platformName: "Windows 10"
- name: "Two dimensional Tests in Safari on MacOS"
browserName: "Safari"
src:
- "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js"
platformName: "MacOS 11"
platformName: "macOS 13"
npm:
dependencies:
- testcafe-react-selectors
Expand Down

0 comments on commit dbf89a2

Please sign in to comment.