CreatBotMainsail/cypress.config.ts
pataar 666c942b18
chore(deps): update dependencies (#1103)
Co-authored-by: pieter <pieter@interactivestudios.nl>
2022-10-05 23:19:11 +02:00

14 lines
401 B
TypeScript

import { defineConfig } from 'cypress'
export default defineConfig({
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
// @ts-ignore
return require('./cypress/plugins/index.js')(on, config)
},
baseUrl: 'http://localhost:4173',
},
})