@testream/upload-action
v0.5.3
Published
CLI for uploading CTRF test results to Testream
Maintainers
Readme
@testream/upload-action
Upload test results to Testream from any CI provider (CLI + GitHub Action). It bridges your CI runs to Jira.
Quick Start (GitHub Actions)
- name: Upload to Testream
if: always()
uses: testream/[email protected]
with:
report-path: ctrf/ctrf-report.json
api-key: ${{ secrets.TESTREAM_API_KEY }}Quick Start (CLI)
npx @testream/upload-action \
--report-path ctrf/ctrf-report.json \
--api-key $TESTREAM_API_KEYFor full configuration options, see https://testream.github.io/docs/ci-integrations/setup.
