Skip to content

Commit

Permalink
TASK: Test just Chrome on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Sep 27, 2024
1 parent 45b8f57 commit 4506a80
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .sauce/config2Dimension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,12 @@ 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"
- name: "Two dimensional Tests in Chrome on Windows"
browserName: "chrome"
src:
- "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 4506a80

Please sign in to comment.