keycloak-theme-vue/frontend/cypress.config.ts

9 lines
186 B
TypeScript
Raw Permalink Normal View History

2023-12-06 15:13:40 +00:00
import { defineConfig } from 'cypress'
export default defineConfig({
e2e: {
specPattern: 'cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}',
baseUrl: 'http://localhost:4173'
}
})