Mutasem Aldmour
b8980f6118
test: Add more data mapping tests ( #5389 )
...
* test: Add more data mapping tests
* test: add tests for preview mapping
* test: update wording
* test: add more tests
* test: fix up prev node test
* test: stop popup
* test: add mapping test for paths
* test: revert back param changes
* test: fix mapping tests
* test: reset db
* test: fix up mapping tests
* test: fix up mapping tests
* test: update tests to be more stable
* chore: clean up unused command
* fix: fix up before unload bug
* fix: fix data transformation tests
* test: fix up flaky webhook tests
* test: fix up flaky webhook tests
* test: fix up flaky dt tests
2023-02-09 17:59:01 +03:00
OlegIvaniv
6985500a7d
fix(core): Fix populating of node custom api call options ( #5347 )
...
* feat(core): Fix populating of node custom api call options
* lint fixes
* Adress PR comments
* Add e2e test and only inject custom API options for latest version
* Make sure to injectCustomApiCallOption for the latest version of node
* feat(cli): Move apiCallOption injection to LoadNodesAndCredentials and add e2e tests to check for custom nodes credentials
* Load nodes and credentials fixtures from a single place
* Console warning if credential is invalid during customApiOptions injection
2023-02-03 13:14:59 +01:00
Iván Ovejero
0a7ea89633
fix: Fix formatting/linting for CI (no-changelog) ( #5264 )
...
* ⬆️ Upgrade Prettier
* 📦 Update `pnpm-lock.yaml`
* 🎨 Format all packages
* 🔧 Specify `prettierPath`
2023-01-27 10:18:15 +01:00
OlegIvaniv
582865c7e9
feat(editor): Supress validation errors for freshly added nodes ( #5149 )
...
* feat(editor): Supress validation errors when node is added from node creator
* Supress initial errors also for resource locator inputs
* Use nodeMetadata prop to store node's `pristine` state
* Revert `setNodeParameters` check for `nodeMetadata`
* Rename getIsNodePristine to isNodePristine
2023-01-16 14:55:58 +01:00
Iván Ovejero
3028ad3c61
refactor: Format root-level dirs (no-changelog) ( #4938 )
...
🎨 Format root-level dirs
2022-12-15 16:39:59 +01:00
Milorad FIlipović
e07e32f14d
test(editor): Add more workflow actions tests ( #4799 )
...
* ⚡ Making workflow actions tests skip setup, changing suite number
* 🔥 Removing unnecessary imports and vars
* ✅ Adding workflow tags and copy/paste tests
* ✅ Added tests for copying and pasting nodes
* Update cypress/support/commands.ts
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
* 👌 Moving paste data to fixtures
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2022-12-05 14:31:14 +01:00
Csaba Tuncsik
430cc65a4e
test: E2E NDV ( #4712 )
...
* test: start testing node details view
* test: deleting workflow after test
* test: rename deleteWorkflow command
* test: webhook node
* test: roll back deleting workflow in workflow test
* test: check output display modes after webhook node invoked
* test: simplifying test
* test: simplifying test
* test: adding more tests related to NDV
* test: adding more tests related to NDV
* test: update after merge
* Merge remote-tracking branch 'origin/master' into n8n-5494-e2e-ndv
# Conflicts:
# cypress/pages/workflow.ts
* test: improving test blocks
* test: NDV change node input
* test: NDV change node input
* test: NDV fix missing command
* test(editor): Add NDV page object
2022-12-01 09:26:38 +01:00
OlegIvaniv
2d31720b82
test: Reset DB and skip set-up before running node creator e2e ( #4733 )
...
* test: Reset DB and skip set-up before runing
* remove second db:reset call in node-creator e2e spec
2022-11-25 17:01:49 +01:00
OlegIvaniv
aa3d9c7fea
test: Add e2e tests for node creator ( #4714 )
...
* test: Add basic e2e tests for node creator
* add spec to check if all nodes are rendered
* revert SearchBar.vue changes
* fixed manual key typo
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
* Add custom component tests
* Fix wrongly resolved merge conflcit
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
2022-11-25 13:52:33 +01:00
Iván Ovejero
78119c9f22
refactor: Consolidate .prettierignore
patterns (no-changelog) ( #4692 )
...
* ⚡ Consolidate Prettier ignore patterns
* ⚡ Let Prettier select file types to format
* 🎨 Apply formatting
2022-11-22 14:11:29 +01:00
OlegIvaniv
50f7538779
refactor(editor): Add Workflows view e2e tests ( #4573 )
2022-11-11 09:07:14 +01:00