fix: app e2e cypress tests

This commit is contained in:
Rainer Killinger
2025-06-25 09:57:22 +02:00
parent cbecd75547
commit 2bbb127efd
5 changed files with 45 additions and 28 deletions

View File

@@ -22,6 +22,7 @@ export default defineConfig({
mochaFile: 'coverage/integration-report-junit-[hash].xml',
},
baseUrl: 'http://localhost:4200',
injectDocumentDomain: true,
supportFile: 'cypress/support/index.ts',
videosFolder: 'cypress/videos',
screenshotsFolder: 'cypress/screenshots',