codebeltnet/.NET Test from Codebelt

An opinionated action that utilizes the test runner in the .NET SDK.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
projectsOptional path to the project(s) file to test. Supports globbing. Default is an empty string.yes""
configurationDefines the build configuration. Default is Release (to reduce risk of surprises when transitioning to Production).yesRelease
verbosity-levelSets the verbosity level of the command. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic]. The default is quiet.yesquiet
test-results-folder-nameThe name of the folder where the test results will be written. Default is TestResults.noTestResults
build-switchesProvides a way to fully customize the build. Default is emopty. See https://learn.microsoft.com/en-us/visualstudio/msbuild/msbuild-command-line-reference?view=vs-2022#switches for more information.no""
blame-hang-timeoutThe time to wait for a test to complete before collecting a dump. Default is 10 minutes.no10m
blame-hang-dump-typeThe type of dump to collect when a test hangs. Default is mini.nomini
buildWhether to build the project(s) before testing. Default is false.nofalse
restoreWhether to restore the project(s) before testing. Default is false.nofalse
test-argumentsAdditional arguments to pass to the test runner. Default is empty.no""

no outputs