clean-up cypress docker config

This commit is contained in:
Francis Cao 2024-03-06 11:36:40 -08:00
parent 9779d9ba76
commit 2a8402218a
4 changed files with 27 additions and 19 deletions

View file

@ -4,4 +4,9 @@ export default defineConfig({
e2e: {
baseUrl: 'http://localhost:3000',
},
// default username / password on init
env: {
umami_user: 'admin',
umami_password: 'umami',
},
});