refactor(cypress): update cypress, move testing to root level
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
const { defineConfig } = require('cypress');
|
||||
|
||||
module.exports = defineConfig({
|
||||
e2e: {
|
||||
baseUrl: 'http://localhost:3000',
|
||||
viewportWidth: 1280,
|
||||
viewportHeight: 720,
|
||||
video: false,
|
||||
supportFile: false,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user