Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
exclude some tests from running on webkit browser and upgrade cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
nehemiah-abuga committed Aug 20, 2023
1 parent 312a079 commit 0ee9b78
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 49 deletions.
1 change: 1 addition & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ module.exports = defineConfig({
testIsolation: false,
supportFile: false,
},
chromeWebSecurity: false,
experimentalWebKitSupport: true,
})
126 changes: 78 additions & 48 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^28.0.2",
"core-js": "^3.23.5",
"cypress": "^12.17.3",
"cypress": "^12.17.4",
"date-fns": "^2.28.0",
"eslint": "8.20.0",
"eslint-config-prettier": "^8.5.0",
Expand Down

0 comments on commit 0ee9b78

Please sign in to comment.