Skip to content

Commit

Permalink
chore: cleanup PR
Browse files Browse the repository at this point in the history
  • Loading branch information
adeldhis2 committed Dec 30, 2024
1 parent eff1096 commit 7d8bf17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ module.exports = defineConfig({
specPattern: 'cypress/integration/**/*.cy.js',
viewportWidth: 1280,
viewportHeight: 800,
pageLoadTimeout: 60000,
// Record video
video: true,
chromeWebSecurity: false, // Disable Chrome Web Security
// Enabled to reduce the risk of out-of-memory issues
experimentalMemoryManagement: true,
/* When allowing 1 retry on CI, the test suite will pass if
Expand Down

0 comments on commit 7d8bf17

Please sign in to comment.