elk/cypress.config.ts
2023-01-04 17:54:56 +01:00

7 lines
125 B
TypeScript

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