mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
test(editor): Set e2e test retries (#4870)
This commit is contained in:
parent
593354b6d8
commit
b7c1359090
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue