mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-22 01:46:58 +01:00
8 lines
127 B
TypeScript
8 lines
127 B
TypeScript
import { defineConfig } from 'cypress';
|
|
|
|
export default defineConfig({
|
|
e2e: {
|
|
baseUrl: 'http://localhost:3000',
|
|
},
|
|
});
|