Skip to content

Commit 22585ca

Browse files
authored
Update e2e-tests.yml
1 parent 11f0c9f commit 22585ca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)