mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
working compose file for cypress
This commit is contained in:
parent
44d8606d1a
commit
14c0c5060a
4 changed files with 11 additions and 11 deletions
7
cypress.config.ts
Normal file
7
cypress.config.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { defineConfig } from 'cypress';
|
||||
|
||||
export default defineConfig({
|
||||
e2e: {
|
||||
baseUrl: 'http://localhost:3000',
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue