feat(editor): Implement suggested workflows experiment (no-changelog) (#17499)

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
Romeo Balta
2025-07-21 14:45:07 +01:00
committed by GitHub
parent 785b75d279
commit e0cb747f0d
11 changed files with 331 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
import { request } from '@playwright/test';
import { createN8NStack } from 'n8n-containers/n8n-test-container-creation';
import { ApiHelpers } from './services/api-helper';
import { createN8NStack } from 'n8n-containers/n8n-test-container-creation';
async function pullImagesForCI() {
console.log(`🔄 Pulling images for ${process.env.N8N_DOCKER_IMAGE}...`);