Skip to content

Commit

Permalink
TASK: Run tests in Chrome and Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Dec 5, 2024
1 parent 1074a71 commit 1bb69c0
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,18 @@ testcafe:
# Controls what files are available in the context of a test run (unless explicitly excluded by .sauceignore).
rootDir: ./
suites:
- name: "Tests in Chrome on Windows"
browserName: "chrome"
- name: "Tests in Firefox on Windows"
browserName: "firefox"
src:
- "Tests/IntegrationTests/Fixtures/*/*.e2e.js"
platformName: "Windows 10"
screenResolution: "1280x1024"
# todo use chrome here and fix ci https://github.com/neos/neos-ui/issues/3591 (but even firefox fails in ci)
# - name: "Tests in Firefox on MacOS"
# browserName: "firefox"
# src:
# - "Tests/IntegrationTests/Fixtures/*/*.e2e.js"
# platformName: "macOS 13"
# screenResolution: "1440x900"
- name: "Tests in Chrome on MacOS"
browserName: "firefox"
src:
- "Tests/IntegrationTests/Fixtures/*/*.e2e.js"
platformName: "macOS 13"
screenResolution: "1440x900"
npm:
dependencies:
- testcafe-react-selectors
Expand Down

0 comments on commit 1bb69c0

Please sign in to comment.