5 lines
225 B
Bash
5 lines
225 B
Bash
|
|
#!/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:$?"
|