[agent-pipeline] pipe-20260306194817-rw8w round-1

This commit is contained in:
DDD1542
2026-03-07 05:02:42 +09:00
parent 8b9f9a3a67
commit e07cf00171
5 changed files with 46 additions and 36 deletions
+4
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 2>&1 | tee /tmp/playwright-result.txt
echo "EXIT_CODE: $?" >> /tmp/playwright-result.txt