feat: Add performance plan presets for testcontainers (#18231)

This commit is contained in:
shortstacked
2025-08-15 16:17:55 +01:00
committed by GitHub
parent 1ddb10c3c8
commit 726f0ff37a
12 changed files with 450 additions and 14 deletions

View File

@@ -0,0 +1,12 @@
/**
* n8n Test Containers
*
* This package provides container management utilities for n8n testing.
*/
export { createN8NStack } from './n8n-test-container-creation';
export type { N8NConfig, N8NStack } from './n8n-test-container-creation';
export * from './performance-plans';
export { ContainerTestHelpers } from './n8n-test-container-helpers';