mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 04:22:50 +00:00
feat: docker publishing
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user