Skip to content

Commit

Permalink
Upgrade to cypress 10
Browse files Browse the repository at this point in the history
  • Loading branch information
ndittren committed Jun 17, 2022
1 parent 60fd2df commit 2e3568b
Show file tree
Hide file tree
Showing 6 changed files with 2,334 additions and 2,270 deletions.
12 changes: 12 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
const { defineConfig } = require('cypress')

module.exports = defineConfig({
blackListHosts: 'www.google-analytics.com',
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)
},
},
})
3 changes: 0 additions & 3 deletions cypress.json

This file was deleted.

File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 2e3568b

Please sign in to comment.