@testream/dotnet-reporter
v1.0.1
Published
CLI to upload .NET test results (xUnit, NUnit, MSTest) to Testream
Maintainers
Readme
@testream/dotnet-reporter
Run .NET tests and send the results from your codebase to Jira via Testream.
CI Example (GitHub Actions)
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install -g @testream/dotnet-reporter
- run: |
testream-dotnet \
--api-key "${{ secrets.TESTREAM_API_KEY }}" \
--fail-on-errorThis installs the reporter, runs your .NET tests, and uploads results to Testream.
For CLI options and CI examples, see https://docs.testream.app/reporters/dotnet.
