import { defineConfig } from 'cypress' export default defineConfig({ e2e: { baseUrl: 'http://localhost:5314', video: false, }, })