spiffworkflow-frontend/cypress.config.js

13 lines
266 B
JavaScript
Raw Normal View History

2022-06-27 21:45:41 +00:00
/* eslint-disable */
const { defineConfig } = require('cypress');
module.exports = defineConfig({
2022-06-27 21:45:41 +00:00
projectId: 'crax1q',
e2e: {
2022-06-27 21:45:41 +00:00
baseUrl: 'http://localhost:7001',
setupNodeEvents(_on, _config) {
// implement node event listeners here
},
},
});