intern-Assignment/Assignment-Validation/blog-crud/cypress.config.js

10 lines
182 B
JavaScript
Raw Permalink Normal View History

2025-01-31 09:50:39 +00:00
const { defineConfig } = require("cypress");
module.exports = defineConfig({
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
});