mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +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';
|
||||
|
||||
module.exports = defineConfig({
|
||||
retries: {
|
||||
openMode: 1,
|
||||
runMode: 3
|
||||
},
|
||||
e2e: {
|
||||
baseUrl: BASE_URL,
|
||||
video: false,
|
||||
|
||||
Reference in New Issue
Block a user