spiff-arena/cypress.config.js
Jon Herron 2382c3f0ab Squashed 'spiffworkflow-frontend/' content from commit 75dbea67
git-subtree-dir: spiffworkflow-frontend
git-subtree-split: 75dbea67346d1b0c161b1d7582eeb5442aec5762
2022-10-12 10:21:49 -04:00

14 lines
294 B
JavaScript

/* eslint-disable */
const { defineConfig } = require('cypress');
module.exports = defineConfig({
projectId: 'crax1q',
chromeWebSecurity: false,
e2e: {
baseUrl: 'http://localhost:7001',
setupNodeEvents(_on, _config) {
// implement node event listeners here
},
},
});