Skip to content

Commit

Permalink
test(editor): Set e2e test retries (#4870)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIvaniv authored Dec 9, 2022
1 parent 593354b commit b7c1359
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ const { defineConfig } = require('cypress');
const BASE_URL = 'http://localhost:5678';

module.exports = defineConfig({
retries: {
openMode: 1,
runMode: 3
},
e2e: {
baseUrl: BASE_URL,
video: false,
Expand Down

0 comments on commit b7c1359

Please sign in to comment.