From 629ac2980f586b2ba598b275a4c7a23e8a909bcb Mon Sep 17 00:00:00 2001 From: ABS RAKIB Date: Sat, 11 May 2024 17:57:15 +0600 Subject: [PATCH] user login --- cypress.config.js | 5 +++-- cypress/reports/html/index.html | 17 ----------------- 2 files changed, 3 insertions(+), 19 deletions(-) delete mode 100644 cypress/reports/html/index.html 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