intern-Assignment/cypress/cypress-testing/cypress.config.js

15 lines
214 B
JavaScript
Raw Permalink Normal View History

2025-01-31 09:50:39 +00:00
export default {
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
component: {
devServer: {
framework: "react",
bundler: "vite",
},
},
};