1
0
mirror of https://github.com/kremalicious/umami.git synced 2025-02-14 21:10:34 +01:00
umami/cypress.config.ts

8 lines
127 B
TypeScript
Raw Normal View History

2024-02-28 06:41:34 +01:00
import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:3000',
},
});