We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f0c9f commit 22585caCopy full SHA for 22585ca
1 file changed
.github/workflows/e2e-tests.yml
@@ -120,11 +120,8 @@ jobs:
120
echo "Running E2E tests with realm: ${TEST_REALM}"
121
122
# 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
+ pnpm --filter @salesforce/b2c-cli run test:e2e --reporter json --reporter-option output=e2e-results.json
124
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
128
- name: Parse E2E Results
129
if: always() && steps.e2e-test.conclusion != 'cancelled' && steps.check-secrets.outputs.has-secrets == 'true'
130
run: |
0 commit comments