feat: docker publishing

This commit is contained in:
2023-06-27 12:06:08 +02:00
parent c4260dc882
commit 129f25d1f0
18 changed files with 210 additions and 378 deletions

View File

@@ -17,6 +17,10 @@ import {defineConfig} from 'cypress';
export default defineConfig({
e2e: {
reporter: 'junit',
reporterOptions: {
mochaFile: 'coverage/integration-report-junit-[hash].xml',
},
baseUrl: 'http://localhost:4200',
supportFile: 'cypress/support/index.ts',
videosFolder: 'cypress/videos',