Skip to content

Commit 38345bd

Browse files
committed
update: Updating to cypress version 10
1 parent f2c7e3b commit 38345bd

File tree

6 files changed

+1011
-2214
lines changed

6 files changed

+1011
-2214
lines changed

cypress.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
const { defineConfig } = require('cypress');
2+
3+
module.exports = defineConfig({
4+
e2e: {
5+
baseUrl: 'http://localhost:3000',
6+
specPattern: 'cypress/integration/**/*.spec.js',
7+
},
8+
});

cypress.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

cypress/plugins/index.js

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

0 commit comments

Comments
 (0)