[agent-pipeline] pipe-20260305174856-9ogt round-3

This commit is contained in:
DDD1542 2026-03-06 03:07:00 +09:00
parent 4a9c4235a0
commit a782f2cd07
1 changed files with 4 additions and 0 deletions

4
run-e2e-test.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
cd /Users/gbpark/ERP-node
node_modules/.bin/playwright test ".agent-pipeline/browser-tests/e2e-test.spec.ts" --config=".agent-pipeline/browser-tests/playwright.config.ts" --reporter=line
echo "PLAYWRIGHT_EXIT:$?"