add new reporting details to cypress config

This commit is contained in:
mahula 2023-06-29 20:57:13 +02:00
parent c6d73abb8c
commit 2b4034f66a

View File

@ -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,