Skip to content

Commit 98af842

Browse files
committed
fix: cypress - migrate to latest specs
1 parent dab68e8 commit 98af842

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

cypress.config.ts

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import { defineConfig } from 'cypress'
2+
3+
export default defineConfig({
4+
e2e: {
5+
// We've imported your old cypress plugins here.
6+
// You may want to clean this up later by importing these.
7+
setupNodeEvents(on, config) {
8+
return require('./cypress/plugins/index.js')(on, config)
9+
},
10+
},
11+
})

cypress.json

-1
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)