diff --git a/.circleci/config.yml b/.circleci/config.yml index 41f32f1b68..db58357564 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -145,7 +145,7 @@ jobs: echo "Using target branch: $TARGET_BRANCH" - run: name: Prepare and run e2e tests - no_output_timeout: 30m + no_output_timeout: 45m command: | export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" diff --git a/.sauce/config.yml b/.sauce/config.yml index 5d836840ea..f5510705cf 100644 --- a/.sauce/config.yml +++ b/.sauce/config.yml @@ -24,13 +24,12 @@ suites: - "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 Windows" + browserName: "chrome" + src: + - "Tests/IntegrationTests/Fixtures/*/*.e2e.js" + platformName: "Windows 10" + screenResolution: "1280x1024" npm: dependencies: - testcafe-react-selectors