Backend for Custom Frontend OSPRO Surveyor Indonesia

10 lines
182 B

2 years ago
const { defineConfig } = require("cypress");
module.exports = defineConfig({
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
});