update,
This commit is contained in:
12
nssheung/School-Management-System/test/E2E/cypress.config.js
Normal file
12
nssheung/School-Management-System/test/E2E/cypress.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
const { defineConfig } = require("cypress");
|
||||
|
||||
module.exports = defineConfig({
|
||||
viewportWidth: 1536,
|
||||
viewportHeight: 960,
|
||||
|
||||
e2e: {
|
||||
setupNodeEvents(on, config) {
|
||||
// implement node event listeners here
|
||||
},
|
||||
},
|
||||
});
|
Reference in New Issue
Block a user