Skip to content

Commit

Permalink
Merge pull request #14 from AbuBakkar32/abu-bakkar
Browse files Browse the repository at this point in the history
user login
  • Loading branch information
AbuBakkar32 authored May 11, 2024
2 parents 9c83072 + 629ac29 commit 18f3327
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
5 changes: 3 additions & 2 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ 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',
embeddedScreenshots: true,
inlineAssets: true,
saveAllAttempts: false,
},
video: true,
screenshotOnRunFailure: true,

env: {}, projectId: '5r89t6', e2e: {
setupNodeEvents(on, config) {
Expand Down
Loading

0 comments on commit 18f3327

Please sign in to comment.