test: Add performance tests to Playwright (#17574)

This commit is contained in:
shortstacked
2025-07-25 15:45:40 +01:00
committed by GitHub
parent 70eab1b2a0
commit d29e583c45
7 changed files with 435 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
"test:queue": "playwright test --project=mode:queue*",
"test:multi-main": "playwright test --project=mode:multi-main*",
"test:clean": "docker rm -f $(docker ps -aq --filter 'name=n8n-*') 2>/dev/null || true && docker network prune -f",
"lint": "eslint . --quiet",
"lint": "eslint .",
"lintfix": "eslint . --fix",
"install-browsers:ci": "PLAYWRIGHT_BROWSERS_PATH=./ms-playwright-cache playwright install chromium --with-deps --no-shell",
"install-browsers:local": "playwright install chromium --with-deps --no-shell"