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:$?"