1
0
mirror of https://github.com/mikecao/umami.git synced 2025-05-09 15:13:24 +08:00
mikecao-umami/cypress.config.ts
2025-03-12 10:32:54 -07:00

14 lines
295 B
TypeScript

import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:3000',
},
// default username / password on init
env: {
umami_user: 'admin',
umami_password: 'umami',
umami_user_id: '41e2b680-648e-4b09-bcd7-3e2b10c06264',
},
});