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