swift-controller-90067
06/30/2022, 1:26 PMjs
const { defineConfig } = require('cypress')
module.exports = defineConfig({
e2e: {
baseUrl: 'http://localhost:3000/',
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
})