Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit c768b3c

Browse files
committed
chore: changes for 10.0.0
1 parent b5ab48e commit c768b3c

File tree

12 files changed

+415
-404
lines changed

12 files changed

+415
-404
lines changed

cypress.config.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
const { defineConfig } = require('cypress')
2+
3+
module.exports = defineConfig({
4+
env: {
5+
'cypress-plugin-snapshots': {},
6+
},
7+
e2e: {
8+
// We've imported your old cypress plugins here.
9+
// You may want to clean this up later by importing these.
10+
setupNodeEvents(on, config) {
11+
require('@cypress/code-coverage/task')(on, config)
12+
13+
on('file:preprocessor', require('@cypress/code-coverage/use-babelrc'))
14+
15+
return config
16+
},
17+
baseUrl: 'http://localhost:1234',
18+
excludeSpecPattern: ['**/*.snap', '**/__snapshot__/*', '**/smoke.js'],
19+
},
20+
})

cypress.json

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

cypress/plugins/index.js

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

0 commit comments

Comments
 (0)