diff --git a/.sauce/config.yml b/.sauce/config.yml index f573895839..f5510705cf 100644 --- a/.sauce/config.yml +++ b/.sauce/config.yml @@ -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 Firefox on Windows" + browserName: "firefox" + src: + - "Tests/IntegrationTests/Fixtures/*/*.e2e.js" + platformName: "Windows 10" + screenResolution: "1280x1024" - name: "Tests in Chrome on Windows" browserName: "chrome" 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" npm: dependencies: - testcafe-react-selectors