diff --git a/cypress.config.js b/cypress.config.js index 546e3a8..fb848d1 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -3,7 +3,10 @@ const {beforeRunHook, afterRunHook} = require('cypress-mochawesome-reporter/lib' module.exports = defineConfig({ screenshotsFolder: 'cypress/screenshots', + screenshots: true, videosFolder: 'cypress/videos', + video: true, + screenshotOnRunFailure: true, reporter: 'cypress-mochawesome-reporter', reporterOptions: { charts: true, reportPageTitle: 'custom-title', @@ -11,8 +14,6 @@ module.exports = defineConfig({ inlineAssets: true, saveAllAttempts: false, }, - video: true, - screenshotOnRunFailure: true, env: {}, projectId: '5r89t6', e2e: { setupNodeEvents(on, config) { diff --git a/cypress/reports/html/index.html b/cypress/reports/html/index.html deleted file mode 100644 index 3ca8231..0000000 --- a/cypress/reports/html/index.html +++ /dev/null @@ -1,17 +0,0 @@ - -custom-title
\ No newline at end of file