Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 2f7e221

Browse files
committed
Updated cypress files for version 12.17.3
1 parent 13a279b commit 2f7e221

File tree

5 files changed

+38
-29
lines changed

5 files changed

+38
-29
lines changed

cypress.config.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
const { defineConfig } = require('cypress')
2+
3+
module.exports = defineConfig({
4+
video: false,
5+
e2e: {
6+
// We've imported your old cypress plugins here.
7+
// You may want to clean this up later by importing these.
8+
setupNodeEvents(on, config) {
9+
return require('./cypress/plugins/index.js')(on, config)
10+
},
11+
specPattern: 'journey/**/*.cy.{js,jsx,ts,tsx}',
12+
},
13+
})

cypress.json

Lines changed: 0 additions & 4 deletions
This file was deleted.
File renamed without changes.

package-lock.json

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@rollup/plugin-terser": "^0.4.0",
6262
"body-parser": "^1.20.1",
6363
"chai": "^4.3.7",
64-
"cypress": "^9.7.0",
64+
"cypress": "^12.17.3",
6565
"detect-browser": "^5.3.0",
6666
"dom-storage": "^2.1.0",
6767
"eslint": "^8.46.0",

0 commit comments

Comments
 (0)