File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -120,11 +120,8 @@ jobs:
120120 echo "Running E2E tests with realm: ${TEST_REALM}"
121121
122122 # Run E2E tests with JSON output for parsing
123- pnpm mocha "packages /b2c-cli/ test/functional/ e2e/**/*.test.ts" --reporter json > e2e-results.json || true
123+ pnpm --filter @salesforce /b2c-cli run test: e2e --reporter json --reporter-option output= e2e-results.json
124124
125- # Also run with spec reporter for readable output
126- echo "## E2E Test Results" >> $GITHUB_STEP_SUMMARY
127- pnpm mocha "packages/b2c-cli/test/functional/e2e/**/*.test.ts" --reporter spec
128125 - name : Parse E2E Results
129126 if : always() && steps.e2e-test.conclusion != 'cancelled' && steps.check-secrets.outputs.has-secrets == 'true'
130127 run : |
You can’t perform that action at this time.
0 commit comments