mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
add new reporting details to cypress config
This commit is contained in:
parent
c6d73abb8c
commit
2b4034f66a
@ -45,6 +45,12 @@ export default defineConfig({
|
||||
baseUrl: 'http://localhost:3000',
|
||||
chromeWebSecurity: false,
|
||||
defaultCommandTimeout: 10000,
|
||||
reporter: './node_modules/mochawesome/src/mochawesome.js',
|
||||
reporterOptions: {
|
||||
overwrite: false,
|
||||
html: false,
|
||||
json: true
|
||||
},
|
||||
supportFile: 'cypress/support/index.ts',
|
||||
viewportHeight: 720,
|
||||
viewportWidth: 1280,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user