Skip to content

Commit

Permalink
chore(deps): Update Cypress config
Browse files Browse the repository at this point in the history
  • Loading branch information
NoriSte committed Jun 8, 2023
1 parent 7053680 commit 5e6aebd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
13 changes: 13 additions & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import { defineConfig } from 'cypress'

export default defineConfig({
projectId: 'g21npg',
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: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
},
})
3 changes: 0 additions & 3 deletions cypress.json

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit 5e6aebd

Please sign in to comment.