Cloudlog/cypress.config.js
2024-04-05 15:36:16 -05:00

12 lines
228 B
JavaScript

const { defineConfig } = require("cypress");
module.exports = defineConfig({
projectId: 'gm8wco',
e2e: {
baseUrl: "http://localhost/",
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
});