ci: Add E2E tests for Webhook node (#5402)
* scheduler e2e test and switch to main mode * adjust e2e options * rolling back config changes * webhook e2e tests and disable cypress retries on openmode * cleanup
This commit is contained in:
committed by
GitHub
parent
c8245b9f87
commit
9fb1fa1d79
@@ -5,7 +5,7 @@ const BASE_URL = 'http://localhost:5678';
|
||||
|
||||
module.exports = defineConfig({
|
||||
retries: {
|
||||
openMode: 1,
|
||||
openMode: 0,
|
||||
runMode: 3,
|
||||
},
|
||||
e2e: {
|
||||
|
||||
Reference in New Issue
Block a user