UNPKG

@involvex/auto-vue

Version:

Full automated Vue Setup with 3 git branches: main, dev, github pages

16 lines (14 loc) 344 B
import { defineConfig } from 'cypress' export default defineConfig({ e2e: { specPattern: 'cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}', baseUrl: 'http://localhost:4173', }, component: { specPattern: 'src/**/__tests__/*.{cy,spec}.{js,ts,jsx,tsx}', devServer: { framework: 'vue', bundler: 'vite', }, }, })