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',
},
});