blob: 43bccf907bd1cb7eb1a10c1f845d134c71a477c4 [file] [log] [blame]
import { defineConfig } from 'cypress'
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:4200',
watchForFileChanges: true,
},
})