test(editor): Set e2e test retries (#4870)

This commit is contained in:
OlegIvaniv 2022-12-09 10:10:55 +01:00 committed by GitHub
parent 593354b6d8
commit b7c1359090
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,