Rebrand to Syncfuse

This commit is contained in:
DinuraSellapperuma 2026-02-12 14:09:22 +05:30
parent 0a09df5470
commit 92025c9dba
144 changed files with 1796 additions and 1977 deletions

View file

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