Skip to content

Commit

Permalink
chore: extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ASaiAnudeep committed Jul 28, 2024
1 parent fe7aadc commit 958dc6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: npm ci
- name: Run Pactum Cucumber tests
run: npm run test
- run: npx testbeats@latest publish --slack ${{ secrets.SLACK_MVP_URL }} --cucumber reports/cucumber-report.json -ci-info -chart-test-summary
- run: npx testbeats@latest publish --slack ${{ secrets.SLACK_MVP_URL }} --cucumber reports/cucumber-report.json --ci-info --chart-test-summary
if: always()
env:
TEST_BEATS_API_KEY: ${{ secrets.TEST_BEATS_API_KEY }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ npm run test
## Reporting Results

```bash
npx testbeats@latest publish --slack "<slack-webhook>" --cucumber "reports/cucumber-report.json" -ci-info -chart-test-summary
npx testbeats@latest publish --slack "<slack-webhook>" --cucumber "reports/cucumber-report.json" --ci-info --chart-test-summary
```

- You can find the report at [reports/cucumber-report.json](reports/cucumber-report.json)
Expand Down

0 comments on commit 958dc6a

Please sign in to comment.