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 06a7f6b commit fe7aadc
Show file tree
Hide file tree
Showing 2 changed files with 7 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
- 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 }}
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@ npm run test
## Reporting Results

```bash
npx testbeats@latest publish --slack "<slack-webhook>" --cucumber "reports/cucumber-report.json"
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)
- To view a live example, check out the GitHub workflow at [test.yaml](.github/workflows/test.yaml)


0 comments on commit fe7aadc

Please sign in to comment.