spiffworkflow-frontend/cypress.config.js

12 lines
245 B
JavaScript

const { defineConfig } = require("cypress");
module.exports = defineConfig({
projectId: "crax1q",
e2e: {
baseUrl: "http://localhost:7001",
setupNodeEvents(_on, _config) {
// implement node event listeners here
},
},
});