Skip to content

Commit

Permalink
Updated cypress files for version 12.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jyyjy committed Aug 9, 2023
1 parent 13a279b commit 2f7e221
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 29 deletions.
13 changes: 13 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
const { defineConfig } = require('cypress')

module.exports = defineConfig({
video: false,
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config)
},
specPattern: 'journey/**/*.cy.{js,jsx,ts,tsx}',
},
})
4 changes: 0 additions & 4 deletions cypress.json

This file was deleted.

File renamed without changes.
48 changes: 24 additions & 24 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 @@ -61,7 +61,7 @@
"@rollup/plugin-terser": "^0.4.0",
"body-parser": "^1.20.1",
"chai": "^4.3.7",
"cypress": "^9.7.0",
"cypress": "^12.17.3",
"detect-browser": "^5.3.0",
"dom-storage": "^2.1.0",
"eslint": "^8.46.0",
Expand Down

0 comments on commit 2f7e221

Please sign in to comment.