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:
Michael Auerswald
2023-02-07 17:51:11 +01:00
committed by GitHub
parent c8245b9f87
commit 9fb1fa1d79
3 changed files with 346 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ const BASE_URL = 'http://localhost:5678';
module.exports = defineConfig({
retries: {
openMode: 1,
openMode: 0,
runMode: 3,
},
e2e: {