Cloudlog/cypress.config.js

12 wiersze
228 B
JavaScript

2024-04-05 20:36:16 +00:00
const { defineConfig } = require("cypress");
module.exports = defineConfig({
projectId: 'gm8wco',
e2e: {
baseUrl: "http://localhost/",
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
});