CLI to upload .NET test results (xUnit, NUnit, MSTest) to Testream
npm install @testream/dotnet-reporterRun .NET tests and send the results from your codebase to Jira via Testream.
``bash``
npx @testream/dotnet-reporter -k $TESTREAM_API_KEY
This command runs your tests and uploads the results so they show up in Jira.
For CLI options and CI examples, see https://testream.github.io/docs/reporters/dotnet.