Skip to content

Commit 002ccc2

Browse files
committed
chore: update cypress
1 parent 02ec877 commit 002ccc2

File tree

16 files changed

+163
-238
lines changed

16 files changed

+163
-238
lines changed

cypress.config.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
import { defineConfig } from 'cypress'
2+
import { addMatchImageSnapshotPlugin } from '@simonsmith/cypress-image-snapshot/plugin'
3+
4+
export default defineConfig({
5+
e2e: {
6+
baseUrl: 'http://localhost:3000',
7+
video: false,
8+
scrollBehavior: false,
9+
fixturesFolder: false,
10+
screenshotOnRunFailure: false,
11+
excludeSpecPattern: ['**/__snapshots__/*'],
12+
setupNodeEvents(on) {
13+
addMatchImageSnapshotPlugin(on)
14+
},
15+
},
16+
})

cypress.json

Lines changed: 0 additions & 8 deletions
This file was deleted.
File renamed without changes.

cypress/plugins/index.js

Lines changed: 0 additions & 6 deletions
This file was deleted.
-16 KB
Binary file not shown.
Loading
Loading
Loading
Loading
16 KB
Loading

0 commit comments

Comments
 (0)