n8n/cypress/e2e
Michael Auerswald cbc690907f
feat(editor): Adds a EE view to show worker details and job status (#7600)
This change expands on the command channel communication introduced
lately between the main instance(s) and the workers. The frontend gets a
new menu entry "Workers" which will, when opened, trigger a regular call
to getStatus from the workers. The workers then respond via their
response channel to the backend, which then pushes the status to the
frontend.
This introduces the use of ChartJS for metrics.
This feature is still in MVP state and thus disabled by default for the
moment.
2023-11-10 23:48:31 +01:00
..
1-workflows.cy.ts ci: Refactor e2e tests to delete boilerplate code (no-changelog) (#6524) 2023-06-23 00:38:12 +02:00
2-credentials.cy.ts fix(Notion Node): Rename Notion API Key to Internal Integration Token (#7176) 2023-09-29 09:21:29 +02:00
4-node-creator.cy.ts feat(Loop Over Items (Split in Batches) Node): Automatically add a loop + rename (#7228) 2023-10-06 15:31:18 +02:00
5-ndv.cy.ts fix(editor): Fix NDV close after using input select (#7544) 2023-10-30 13:44:19 +01:00
6-code-node.cy.ts ci: Fix prettier auto-formatting (no-changelog) (#7063) 2023-09-01 13:29:31 +02:00
7-workflow-actions.cy.ts feat(editor): Improve performance by importing routes dynamically and add route guards (no-changelog) (#7567) 2023-11-03 16:22:37 +02:00
8-http-request-node.cy.ts ci: Refactor e2e tests to delete boilerplate code (no-changelog) (#6524) 2023-06-23 00:38:12 +02:00
9-expression-editor-modal.cy.ts ci: Refactor e2e tests to delete boilerplate code (no-changelog) (#6524) 2023-06-23 00:38:12 +02:00
10-settings-log-streaming.cy.ts feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
10-undo-redo.cy.ts feat(editor): Improve performance by importing routes dynamically and add route guards (no-changelog) (#7567) 2023-11-03 16:22:37 +02:00
11-inline-expression-editor.cy.ts fix(editor): Avoid infinite loops when resolving the expression {{ $parameter }} (no-changelog) (#6855) 2023-08-07 11:52:33 +02:00
12-canvas-actions.cy.ts feat(Switch Node): Add support for infinite Switch outputs (#7499) 2023-10-25 14:34:47 +02:00
12-canvas.cy.ts fix(editor): Fix issue that frontend breaks with unkown nodes (#7596) 2023-11-06 13:44:05 +01:00
13-pinning.cy.ts feat(editor): Handle pin data edge cases and unify validation (no-changelog) (#6685) 2023-11-02 10:43:02 +02:00
14-data-transformation-expressions.cy.ts feat(Set Node): Overhaul (#6348) 2023-09-19 13:16:35 +03:00
14-mapping.cy.ts refactor(editor): Color palette updates, introduce dark mode (#6980) 2023-11-01 13:33:36 +01:00
15-scheduler-node.cy.ts feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
16-form-trigger-node.cy.ts feat(n8n Form Trigger Node): New node (#7130) 2023-10-17 07:09:30 +03:00
16-webhook-node.cy.ts fix(Convert to/from binary data Node): Rename 'Move Binary Data' to 'Convert to/from binary data' (#7318) 2023-10-04 13:23:33 +02:00
17-sharing.cy.ts feat(editor): Improve performance by importing routes dynamically and add route guards (no-changelog) (#7567) 2023-11-03 16:22:37 +02:00
17-workflow-tags.cy.ts fix(editor): Close tags dropdown when modal is opened (#6766) 2023-07-28 10:45:46 +02:00
18-user-management.cy.ts refactor(editor): Color palette updates, introduce dark mode (#6980) 2023-11-01 13:33:36 +01:00
19-execution.cy.ts ci: Fix occasional failure of 19-execution.cy.ts (no-changelog) (#6887) 2023-08-09 11:12:27 +02:00
20-workflow-executions.cy.ts ci: e2e tests don't need to enable saving manual executions 2023-07-05 20:36:58 +02:00
21-community-nodes.cy.ts feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
23-variables.cy.ts ci: Refactor e2e tests to delete boilerplate code (no-changelog) (#6524) 2023-06-23 00:38:12 +02:00
24-ndv-paired-item.cy.ts fix(core): Fix expression with paired item with multi-input node (#7424) 2023-10-12 17:32:14 +02:00
25-stickies.cy.ts feat(editor): Add color selector to sticky node (#7453) 2023-11-08 08:23:57 -05:00
26-resource-locator.cy.ts fix(editor): Fix remote options fetching on every keystroke (#7320) 2023-10-12 14:18:35 +02:00
27-opt-in-trial-banner.cy.ts feat(editor): Improve performance by importing routes dynamically and add route guards (no-changelog) (#7567) 2023-11-03 16:22:37 +02:00
27-two-factor-authentication.cy.ts fix: Flaky mfa e2e tests (no-changelog) (#7192) 2023-10-06 11:06:38 +02:00
28-debug.cy.ts fix(editor): Redirect to workflow editor after saving in debug mode (#7645) 2023-11-08 14:04:02 +01:00
28-resource-mapper.cy.ts fix(editor): Fix remote options fetching on every keystroke (#7320) 2023-10-12 14:18:35 +02:00
29-sql-editor.cy.ts feat(Loop Over Items (Split in Batches) Node): Automatically add a loop + rename (#7228) 2023-10-06 15:31:18 +02:00
29-templates.cy.ts feat: Add onboarding flow (#7212) 2023-09-25 15:49:36 +02:00
30-editor-after-route-changes.cy.ts fix(editor): Reset canvas zoom before workspace reset in node view (#7625) 2023-11-06 18:15:49 +01:00
30-workflow-filters.cy.ts ci: Disable Workflow filters e2e tests to unblock the CI (no-changelog) (#7668) 2023-11-09 13:30:17 +01:00
31-demo.cy.ts fix(editor): Allow overriding theme from query params (#7591) 2023-11-02 16:06:33 +01:00
32-worker-view.cy.ts feat(editor): Adds a EE view to show worker details and job status (#7600) 2023-11-10 23:48:31 +01:00