n8n/packages/cli/test/integration
2026-07-03 09:07:55 +00:00
..
access-control test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
ai test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
collaboration test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
commands test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
controllers test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
credentials feat(core): Re-enable sharing private credentials (#33071) 2026-06-30 15:13:09 +00:00
database feat(core): Add workflow publication Prometheus metrics (no-changelog) (#33299) 2026-07-02 11:08:52 +00:00
deduplication test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
dynamic-credentials chore(core): Add dynamic credential user storage (#24579) 2026-01-20 14:58:50 +00:00
dynamic-credentials.ee test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
environments fix(core): Carry private credential flags across environments (no-changelog) (#33207) 2026-06-30 18:02:47 +00:00
evaluation test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
eventbus test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
executions feat(core): Warn and skip on duplicate scheduled executions (#28649) 2026-04-29 10:16:12 +00:00
external-secrets test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
folder chore: Add no-application-error lint rule and ban new usage (no-changelog) (#33248) 2026-06-30 10:08:47 +00:00
insights fix(core): Await in-flight insights compaction when stopping the timer (#33258) 2026-06-30 07:59:53 +00:00
ldap test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
log-streaming feat: Enable log streamin settings via env vars (#29005) 2026-04-27 11:39:42 +00:00
mcp feat(core): Manage MCP settings via environment variables (#29368) 2026-04-29 11:29:18 +00:00
mfa test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
middlewares fix(core): Return a client error when the request body stream is unreadable (#33243) 2026-06-30 11:34:50 +00:00
modules test(core): Add integration tests for runtime-credentials module (no-changelog) (#30910) 2026-05-21 15:11:41 +00:00
oidc test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
public-api feat(core): Enable filtering crashed executions via public API (#33485) 2026-07-03 09:07:55 +00:00
saml test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
scheduler feat(core): Add durable scheduler storage adapter (no-changelog) (#33394) 2026-07-02 13:16:26 +00:00
security-audit test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
services test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
shared feat(core): Add folder export to n8n packages (no-changelog) (#32849) 2026-07-02 13:12:49 +00:00
task-runners test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
token-exchange test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
workflows feat(core): Emit wake-up signal on workflow publication changes (no-changelog) (#33345) 2026-07-01 10:21:15 +00:00
activation-errors.service.test.ts refactor(core): Move integration test utils for insights (#16693) 2025-06-25 17:32:54 +02:00
active-workflow-manager.test.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
api-keys.api.test.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
auth.api.test.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
auth.mw.test.ts chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
binary-data.api.test.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
cta.service.test.ts feat(core): Use active version instead of current version (no-changelog) (#21202) 2025-11-20 17:47:24 +02:00
debug.controller.test.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
encryption-keys.api.test.ts feat(core): Server-side pagination, sorting, and filtering for encryption keys (#29708) 2026-05-06 09:20:14 +00:00
eventbus.ee.test.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
eventbus.test.ts chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
execution-context-propagation.test.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
execution-redaction.test.ts refactor(core): Resolve execution-time redaction as strictest per channel (#31504) 2026-06-03 08:12:54 +00:00
execution.repository.test.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
execution.service.integration.test.ts feat(editor): Show private credential icon on execution list runs (#32957) 2026-06-30 14:06:54 +00:00
executions-pruning.service.test.ts refactor(core): Introduce ExecutionPersistence service (#24857) 2026-01-27 09:59:51 +00:00
executions.controller.test.ts feat(core): Improve public API middleware to handle different error types (#27562) 2026-03-31 14:06:23 +00:00
healthcheck.controller.test.ts refactor(core): Move integration test utils for insights (#16693) 2025-06-25 17:32:54 +02:00
import.service.test.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
license-metrics.repository.test.ts feat(core): Use active version instead of current version (no-changelog) (#21202) 2025-11-20 17:47:24 +02:00
license.api.test.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
log-streaming.controller.test.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
manual-execution-credential-context.test.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
me.api.test.ts fix(core): Prevent SSO enforcement bypass via self-service settings API (#25330) 2026-02-05 12:58:39 +00:00
owner.api.test.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
password-reset.api.test.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
project.api.test.ts fix: Block manual project member changes when project roles are managed (#33270) 2026-07-03 07:34:14 +00:00
project.service.integration.test.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
prometheus-metrics.test.ts refactor(core): Extract shared cached metric query for Prometheus collectors (#33435) 2026-07-02 12:05:55 +00:00
role-mapping-rule.api.test.ts fix(core): Shift existing rules on create to avoid order conflict (#28722) 2026-04-23 08:50:55 +00:00
role.api.test.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
tags.api.test.ts chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
test-run.repository.ee.test.ts refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
user.repository.test.ts chore: Bundle 2.x (#28844) 2026-04-22 08:51:32 +03:00
users.api.test.ts fix: Block manual project member changes when project roles are managed (#33270) 2026-07-03 07:34:14 +00:00
users.data-table.api.test.ts fix(editor): Transfer ownership or delete data tables when user deleted (#33037) 2026-06-26 10:28:39 +00:00
variables.test.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
wait-error-propagation.test.ts fix(core): Propagate sub-workflow errors to parent after wait resume (#31927) 2026-06-11 14:10:04 +00:00
webhooks.api.test.ts feat(API): Support exporting projects via the public API (#33084) 2026-07-01 13:54:46 +00:00
webhooks.test.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
workflow-helpers.test.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
workflow-history-compaction.service.test.ts fix(core): Decrease workflow history compaction retention periods (#27763) 2026-04-07 07:21:46 +00:00
workflow-history-manager.test.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
workflow-history.api.test.ts test: Migrate cli package from Jest to Vitest (#31804) 2026-06-29 21:19:56 +03:00
workflow-hook-context.service.test.ts feat(core): Support checking for workflow tags existing in preExecute hook (#30440) 2026-05-19 18:23:18 +00:00
workflow-publication-trigger-status.repository.test.ts feat(core): Expose per-trigger workflow publication status (no-changelog) (#33211) 2026-06-30 13:32:15 +00:00
workflow-tag-mapping.repository.integration.test.ts refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00