Files
004_comission/nssheung/School-Management-System/test/E2E/cypress.config.js
louiscklaw 653422de08 update,
2025-01-31 21:09:49 +08:00

13 lines
229 B
JavaScript

const { defineConfig } = require("cypress");
module.exports = defineConfig({
viewportWidth: 1536,
viewportHeight: 960,
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
});