Files
nssheung/School-Management-System/test/E2E/cypress.config.js
louiscklaw 6da7dca3e7 update,
2025-02-01 02:04:37 +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
},
},
});