Skip to content

Commit

Permalink
use latest version of cypress for major perf boost
Browse files Browse the repository at this point in the history
  • Loading branch information
mismith committed Apr 23, 2024
1 parent f52c5f6 commit 85a9bbc
Show file tree
Hide file tree
Showing 8 changed files with 187 additions and 127 deletions.
14 changes: 14 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
const { defineConfig } = require('cypress')

module.exports = defineConfig({
projectId: 'crvxr9',
screenshotOnRunFailure: false,
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)
},
},
})
5 changes: 0 additions & 5 deletions cypress.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions cypress/support/e2e.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import './commands';
Loading

0 comments on commit 85a9bbc

Please sign in to comment.