mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
test(editor): Set e2e test retries (#4870)
This commit is contained in:
@@ -4,6 +4,10 @@ const { defineConfig } = require('cypress');
|
|||||||
const BASE_URL = 'http://localhost:5678';
|
const BASE_URL = 'http://localhost:5678';
|
||||||
|
|
||||||
module.exports = defineConfig({
|
module.exports = defineConfig({
|
||||||
|
retries: {
|
||||||
|
openMode: 1,
|
||||||
|
runMode: 3
|
||||||
|
},
|
||||||
e2e: {
|
e2e: {
|
||||||
baseUrl: BASE_URL,
|
baseUrl: BASE_URL,
|
||||||
video: false,
|
video: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user