n8n/packages/design-system/src/components
Alex Grozav 77644860c0
feat: Add cypress e2e tests for signup and signin (#3490)
* feat: Added cypress setup files.

* feat: Added server bootup and initial test run.

* feat: Added e2e tests for signin, signup, and personalization form.

* feat: Added e2e tests for adding a function node.

* feat: Added set node and workflow execution steps.

* feat: Added test id to main sidebar.

* feat: Added test for creating a new workflow.

* feat: Finished test for creating a blank workflow

* chore: Removed screenshots from e2e tests.

* refactor: change e2e tests to per page structure

* feat: add cypress type enchancements

* feat: add typescript for cypress tests

* fix: remove component after merge

* feat: update cypress definitions

* feat: add cypress cleanup task

* refactor: update cypress script names

* ci: add smoke tests to workflow

* chore: remove cypress example files

* feat: update signup flow to be reusable

* fix: fix signup route for cypress page object

* fix: remove cypress reset command

* fix: remove unused imports

* fix: Add unhandled error catcher
2022-11-08 14:21:10 +02:00
..
N8nActionBox feat(cli): User Management and Credentials sharing (#3602) 2022-09-21 10:20:29 +02:00
N8nActionDropdown feat(editor): implement executions preview via the new executions tab in node view (#4311) 2022-10-26 10:02:56 +02:00
N8nActionToggle feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
N8nAvatar feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
N8nBadge feat(cli): User Management and Credentials sharing (#3602) 2022-09-21 10:20:29 +02:00
N8nBlockUi feat(editor): block UI in NDV when workflow is listening to events (#4390) 2022-10-31 18:59:53 +01:00
N8nButton feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
N8nCallout feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
N8nCard feat(editor): create new workflows page (#4267) 2022-10-18 16:28:21 +03:00
N8nCheckbox feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
N8nFormBox Fix all type errors in design system (#3956) 2022-08-29 12:21:40 +02:00
N8nFormInput fix(editor): fix an issue with not being able to save some of the forms (#4499) 2022-11-01 20:24:05 +01:00
N8nFormInputs feat: Add cypress e2e tests for signup and signin (#3490) 2022-11-08 14:21:10 +02:00
N8nHeading feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
N8nIcon refactor(design-system): replace functional components (#3802) 2022-08-05 15:03:24 +02:00
N8nIconButton refactor(design-system): merge n8n square button into n8n button (#4075) 2022-09-15 11:41:12 +02:00
N8nInfoAccordion fix(editor): disable settings link in executions view for unsaved workflows (#4493) 2022-11-01 22:23:05 +01:00
N8nInfoTip feat(editor): implement executions preview via the new executions tab in node view (#4311) 2022-10-26 10:02:56 +02:00
N8nInput refactor(editor): migrate FormInput to Composition API (#4406) 2022-10-24 09:39:22 +02:00
N8nInputLabel refactor(editor): migrate FormInput to Composition API (#4406) 2022-10-24 09:39:22 +02:00
N8nInputNumber feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
N8nLink feat(editor): create new workflows page (#4267) 2022-10-18 16:28:21 +03:00
N8nLoading feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
N8nMarkdown feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
N8nMenu feat(editor): create new workflows page (#4267) 2022-10-18 16:28:21 +03:00
N8nMenuItem fix(editor): fix bottom menu hover bug (#4349) 2022-10-17 13:35:08 +02:00
N8nNodeIcon refactor(editor): Implemented NodeIcon design system component (#3727) 2022-08-01 22:35:45 +02:00
N8nNotice feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
N8nOption feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
N8nPopover feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
N8nPulse refactor(design-system): replace functional components (#3802) 2022-08-05 15:03:24 +02:00
N8nRadioButtons feat(editor): implement executions preview via the new executions tab in node view (#4311) 2022-10-26 10:02:56 +02:00
N8nResizeWrapper feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
N8nRoute feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
N8nSelect feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
N8nSpinner feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
N8nSticky feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
N8nTabs feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
N8nTag feat(editor): create new workflows page (#4267) 2022-10-18 16:28:21 +03:00
N8nTags feat(editor): create new workflows page (#4267) 2022-10-18 16:28:21 +03:00
N8nText feat(editor): implement executions preview via the new executions tab in node view (#4311) 2022-10-26 10:02:56 +02:00
N8nTooltip feat(editor-ui): JSON mapping (#4270) 2022-10-06 15:03:55 +02:00
N8nTree Fix all type errors in design system (#3956) 2022-08-29 12:21:40 +02:00
N8nUserInfo feat(cli): User Management and Credentials sharing (#3602) 2022-09-21 10:20:29 +02:00
N8nUserSelect feat(editor): create new workflows page (#4267) 2022-10-18 16:28:21 +03:00
N8nUsersList feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
ResizeObserver feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
utils fix(editor): Fix i18n issues (#3072) 2022-04-11 15:12:13 +02:00