Skip to content

Commit

Permalink
Update testcafe to 3.7.0 to fix chrome issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
shammowla committed Nov 5, 2024
1 parent a230ed7 commit 03bc334
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 147 deletions.
2 changes: 1 addition & 1 deletion .sauce/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
EDGE_BASE_PATH: ee-pre-prd
NPM_PACKAGE_VERSION: $NPM_PACKAGE_VERSION
testcafe:
version: 3.6.0
version: 3.7.0
nodeVersion: "22"
speed: 1
pageLoadTimeout: 5000
Expand Down
2 changes: 1 addition & 1 deletion .sauce/ee-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
ALLOY_PROD_VERSION: $ALLOY_PROD_VERSION
NPM_PACKAGE_VERSION: $NPM_PACKAGE_VERSION
testcafe:
version: 3.6.0
version: 3.7.0
nodeVersion: "22"
speed: 1
pageLoadTimeout: 3000
Expand Down
2 changes: 1 addition & 1 deletion .sauce/pre-edge-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
ALLOY_PROD_VERSION: $ALLOY_PROD_VERSION
NPM_PACKAGE_VERSION: $NPM_PACKAGE_VERSION
testcafe:
version: 3.6.0
version: 3.7.0
nodeVersion: "22"
speed: 1
pageLoadTimeout: 3000
Expand Down
2 changes: 1 addition & 1 deletion .sauce/pre-prod-upstreams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
ALLOY_PROD_VERSION: $ALLOY_PROD_VERSION
NPM_PACKAGE_VERSION: $NPM_PACKAGE_VERSION
testcafe:
version: 3.6.0
version: 3.7.0
nodeVersion: "22"
speed: 1
pageLoadTimeout: 3000
Expand Down
173 changes: 32 additions & 141 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test:unit:watch": "karma start",
"test:unit:saucelabs:local": "karma start karma.saucelabs.conf.cjs --single-run",
"test:unit:coverage": "karma start --single-run --reporters spec,coverage",
"test:functional": "EDGE_BASE_PATH=\"ee-pre-prd\" ALLOY_ENV=\"int\" testcafe chrome",
"test:functional": "EDGE_BASE_PATH=\"ee-pre-prd\" ALLOY_ENV=\"int\" testcafe chrome,safari,firefox",
"test:functional:custom": "node scripts/helpers/runFunctionalTests.js",
"test:functional:saucelabs:dev": "NPM_PACKAGE_VERSION=$(npm pkg get version | tr -d '\"') EDGE_BASE_PATH=\"ee-pre-prd\" ALLOY_ENV=\"int\" saucectl run --config ./.sauce/dev.yml",
"test:functional:watch": "EDGE_BASE_PATH=\"ee-pre-prd\" ALLOY_ENV=\"int\" ./scripts/watchFunctionalTests.js --browsers chrome",
Expand Down Expand Up @@ -141,7 +141,7 @@
"semver": "^7.6.3",
"staged-git-files": "^1.3.0",
"start-server-and-test": "^2.0.8",
"testcafe": "^3.6.2",
"testcafe": "^3.7.0",
"testcafe-browser-provider-saucelabs": "^3.0.0",
"testcafe-reporter-junit": "^3.0.2",
"testcafe-reporter-saucelabs": "^3.5.1",
Expand Down

0 comments on commit 03bc334

Please sign in to comment.