elk/cypress.config.ts

8 lines
125 B
TypeScript
Raw Normal View History

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