mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -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';
|
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,
|
||||||
|
|
Loading…
Reference in a new issue