wonderforgelabs/.NET Test Shard

Run .NET tests in a specific shard without requiring manual test annotations

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
shardCurrent shard number (1-based)yes
total-shardsTotal number of shardsyes
test-projectPath to the test project or solutionyes
filterOptional test filter expression (passed to dotnet test --filter)no""
configurationBuild configuration (Debug, Release)noRelease
no-buildSkip building (use when tests are pre-built)nofalse
results-directoryDirectory to output test resultsnoTestResults
additional-argsAdditional arguments to pass to dotnet testno""
verbosityTest output verbosity (quiet, minimal, normal, detailed, diagnostic)nonormal
namedescription
tests-runNumber of tests run in this shard
tests-passedNumber of tests passed
tests-failedNumber of tests failed
tests-skippedNumber of tests skipped
result-filePath to the directory containing TRX result files (multiple files when testing solutions with multiple assemblies)