From a782f2cd07a1949189c5ca7d34677ef2a1ebd012 Mon Sep 17 00:00:00 2001 From: DDD1542 Date: Fri, 6 Mar 2026 03:07:00 +0900 Subject: [PATCH] [agent-pipeline] pipe-20260305174856-9ogt round-3 --- run-e2e-test.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 run-e2e-test.sh diff --git a/run-e2e-test.sh b/run-e2e-test.sh new file mode 100644 index 00000000..445515c6 --- /dev/null +++ b/run-e2e-test.sh @@ -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:$?"