From 1bb69c052d3610f0c3a5c9c15c53d8dde8f9dd5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Gu=CC=88nther?= Date: Thu, 5 Dec 2024 10:15:45 +0100 Subject: [PATCH] TASK: Run tests in Chrome and Firefox --- .sauce/config.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.sauce/config.yml b/.sauce/config.yml index f573895839..12d5316122 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 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