1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-11 13:15:28 +03:00
n8n/cypress/e2e
2024-06-05 16:45:50 +02: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 refactor: Remove skipped tests (no-changelog) (#9497) 2024-05-23 12:29:20 +02:00
4-node-creator.cy.ts feat(editor): Node Creator AI nodes improvements (#9484) 2024-05-30 16:53:33 +02:00
5-ndv.cy.ts feat(editor): Node Creator AI nodes improvements (#9484) 2024-05-30 16:53:33 +02:00
6-code-node.cy.ts refactor(core): Rename push sessionId to pushRef (#8905) 2024-04-03 13:43:14 +02:00
7-workflow-actions.cy.ts fix(editor): Skip disabled nodes when detecting workflow issues (#9610) 2024-06-04 13:26:57 +02:00
8-http-request-node.cy.ts feat(editor): Add HTTP request nodes for credentials without a node (#7157) 2023-11-13 12:11:16 +01:00
9-expression-editor-modal.cy.ts fix(editor): Prevent expression editor focus being lost when user is selecting (#9525) 2024-05-29 14:37:05 +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 fix: Use correct node version when pasting/importing nodes (#8456) 2024-01-26 15:09:50 +01:00
11-inline-expression-editor.cy.ts fix(editor): Prevent expression editor focus being lost when user is selecting (#9525) 2024-05-29 14:37:05 +02:00
12-canvas-actions.cy.ts feat(editor): Add delete and disable button to nodes on hover (#8482) 2024-02-02 16:02:41 +01:00
12-canvas.cy.ts fix(editor): Fix empty node name handling (#9548) 2024-05-30 15:25:14 +02:00
13-pinning.cy.ts fix(editor): Improve error messages around pinned data (#9632) 2024-06-05 13:48:55 +02:00
14-data-transformation-expressions.cy.ts feat(editor): Refactor expression editors and mixins to composition API (#8894) 2024-03-15 18:40:37 +01:00
14-mapping.cy.ts feat(editor): Autocomplete info box: improve structure and add examples (#9019) 2024-05-10 14:39:06 +02: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): Option to remove attribution (#9162) 2024-04-19 11:26:19 +03:00
16-webhook-node.cy.ts feat(Webhook Node): Overhaul (#8889) 2024-03-28 10:46:39 +02:00
17-sharing.cy.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
17-workflow-tags.cy.ts perf: Add tailwind to editor and design system (#9032) 2024-05-09 14:12:13 +02:00
18-user-management.cy.ts fix(editor): Hard load after logout to reset stores (no-changelog) (#9500) 2024-05-23 17:07:40 +02:00
19-execution.cy.ts feat(editor): Node Creator AI nodes improvements (#9484) 2024-05-30 16:53:33 +02:00
20-workflow-executions.cy.ts fix(editor): Show workflow data in header when execution page is hard reloaded (#9529) 2024-05-30 16:47:02 +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 feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
24-ndv-paired-item.cy.ts fix(editor): Allow pinning of AI root nodes (#9060) 2024-04-05 15:00:31 +02:00
25-stickies.cy.ts fix(editor): Make sticky node content parameter non require to support empty stickies (#9192) 2024-04-23 21:56:33 -04:00
26-resource-locator.cy.ts feat(editor): Add item selector to expression output (#9281) 2024-05-09 14:45:31 +02:00
27-cloud.cy.ts fix(editor): Attempt to make cloud plan tests less flaky (no-changelog) (#9595) 2024-06-03 12:51:40 +02:00
27-two-factor-authentication.cy.ts test: Add user type of admin to E2E tests (#7935) 2023-12-06 14:31:06 +01:00
28-debug.cy.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02: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-templates.cy.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
30-editor-after-route-changes.cy.ts feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
30-if-node.cy.ts fix(editor): Make inputs in the filter component regular inputs by default (#8980) 2024-03-27 09:52:58 +01:00
30-langchain.cy.ts fix: Prevent chat modal opening on 'Test workflow' click (#9009) 2024-04-01 17:08:00 +03:00
31-demo.cy.ts fix(editor): Allow overriding theme from query params (#7591) 2023-11-02 16:06:33 +01:00
32-node-io-filter.cy.ts test: Re-enable node IO filter test for pinned data (#9200) 2024-04-23 17:26:01 +02:00
32-worker-view.cy.ts feat(editor): Finalize workers view (#8052) 2023-12-20 17:49:14 +01:00
33-settings-personal.cy.ts fix(editor): Validate user info before submiting (#7608) 2023-11-22 12:14:44 +01:00
34-template-credentials-setup.cy.ts feat(editor): Use website as the main templates repository (#8591) 2024-02-09 13:47:43 +01:00
35-admin-user-smoke-test.cy.ts feat: Introduce advanced permissions (#7844) 2023-12-08 12:52:25 +01:00
36-versions.cy.ts fix(editor): Move versions check to init function and refactor store (no-changelog) (#8067) 2023-12-20 12:49:40 +02:00
37-become-creator-cta.cy.ts feat: Nudge users to become template creators if eligible (#8357) 2024-01-17 19:07:34 +02:00
39-import-workflow.cy.ts fix(editor): Canvas showing error toast when clicking outside of "import workflow by url" modal (#9001) 2024-04-04 05:15:37 -04:00
39-projects.cy.ts fix(editor): Filter credentials by project ID also for new workflow (#9615) 2024-06-05 15:58:15 +02:00
40-manual-partial-execution.cy.ts fix(editor): Prevent excess runs in manual execution with run data (#9259) 2024-04-30 15:00:17 +02:00
41-editors.cy.ts feat(editor): Node Creator AI nodes improvements (#9484) 2024-05-30 16:53:33 +02:00
42-workflow-history.cy.ts Adding workflow history tests 2024-06-05 16:45:50 +02:00
1338-ADO-ndv-missing-input-panel.cy.ts fix: Fix missing input panel in node details view (#9043) 2024-04-04 11:13:37 +03:00