Skip to content

Commit

Permalink
TASK: Upgrade to testcafe to version 3.6.2 (#252)
Browse files Browse the repository at this point in the history
This pull request tested if the end-to-end tests run with the release candidate 4 of version 3.7.0. But sadly, it did not work out. So the PR also upgrades testcafe from version 3.5 to 3.6 and uses the Firefox for the GitHub actions.

When 3.7.0 is released, we can try DevExpress/testcafe#8286 it again.
  • Loading branch information
markusguenther authored Nov 2, 2024
1 parent 83d4cc2 commit f236534
Show file tree
Hide file tree
Showing 2 changed files with 368 additions and 242 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build:no-cache": "yarn build:module --no-cache && yarn build:plugin --no-cache",
"build:module": "yarn workspace @media-ui/media-module run build",
"build:plugin": "yarn workspace @media-ui/neos-ui-plugin run build",
"test:github-actions": "xvfb-run --server-args=\"-screen 0 1280x720x24\" yarn testcafe chrome"
"test:github-actions": "xvfb-run --server-args=\"-screen 0 1280x720x24\" yarn testcafe firefox"
},
"workspaces": [
"Resources/Private/JavaScript/*"
Expand All @@ -43,7 +43,7 @@
"mocha": "^10.2.0",
"node-gyp": "^9.3.1",
"prettier": "^2.8.8",
"testcafe": "^3.5.0",
"testcafe": "^3.6.0",
"testcafe-react-selectors": "^5.0.3",
"ts-loader": "^8.4.0",
"ts-node": "^10.9.1",
Expand Down
Loading

0 comments on commit f236534

Please sign in to comment.