diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 906c878..158c782 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 }} \ No newline at end of file diff --git a/README.md b/README.md index 0a12407..47baf42 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ npm run test ## Reporting Results ```bash -npx testbeats@latest publish --slack "" --cucumber "reports/cucumber-report.json" -ci-info -chart-test-summary +npx testbeats@latest publish --slack "" --cucumber "reports/cucumber-report.json" --ci-info --chart-test-summary ``` - You can find the report at [reports/cucumber-report.json](reports/cucumber-report.json)