mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
test: Add performance tests to Playwright (#17574)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user