melting-pot/melting-pot-vue/cypress.config.ts

9 lines
186 B
TypeScript
Raw Normal View History

2024-02-26 16:41:56 +01:00
import { defineConfig } from 'cypress'
export default defineConfig({
e2e: {
specPattern: 'cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}',
baseUrl: 'http://localhost:4173'
}
})