Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TASK: Upgrade testcafe to version 3.7.0 #3891

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
13 changes: 6 additions & 7 deletions .sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading