[agent-pipeline] pipe-20260305181927-h4x5 round-1

This commit is contained in:
DDD1542
2026-03-06 03:21:42 +09:00
parent a782f2cd07
commit 0788962273
3 changed files with 132 additions and 18 deletions
+5
View File
@@ -0,0 +1,5 @@
const { execSync } = require('child_process');
const result = execSync(
'./node_modules/.bin/playwright test ".agent-pipeline/browser-tests/e2e-test.spec.ts" --config=".agent-pipeline/browser-tests/playwright.config.ts" --reporter=line',
{ cwd: '/Users/gbpark/ERP-node', stdio: 'inherit', timeout: 120000 }
);