Skip to content

Commit

Permalink
Add acceptance test retries
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Mar 22, 2024
1 parent 01188fe commit 4a76cde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const { defineConfig } = require('cypress');

module.exports = defineConfig({
viewportWidth: 1280,
retries: 3,
e2e: {
baseUrl: 'http://localhost:3000',
specPattern: './cypress/tests/*.cy.{js,jsx}',
Expand Down

0 comments on commit 4a76cde

Please sign in to comment.