UNPKG

create-vue

Version:

🛠️ The recommended way to start a Vite-powered Vue project

9 lines (7 loc) 188 B
import { defineConfig } from 'cypress' export default defineConfig({ e2e: { specPattern: 'cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}', baseUrl: 'http://localhost:4173', }, })