[agent-pipeline] pipe-20260305181927-h4x5 round-1
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
const { execSync } = require('child_process');
|
||||
const result = execSync(
|
||||
'./node_modules/.bin/playwright test ".agent-pipeline/browser-tests/e2e-test.spec.ts" --config=".agent-pipeline/browser-tests/playwright.config.ts" --reporter=line',
|
||||
{ cwd: '/Users/gbpark/ERP-node', stdio: 'inherit', timeout: 120000 }
|
||||
);
|
||||
Reference in New Issue
Block a user