ccswe-nanoframework/vstest-nanoframework

Runs VSTest and upload result logs

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
testAssembliesRun tests from the specified filesyes**\\bin\\**\\NFUnitTest.dll
solutionFolderFolder to search for the test assemblies and test adapteryes.\\
testAdapterRun tests using the specified test adapteryes**\\packages\\**\\nanoFramework.TestAdapter.dll
runSettingsPath to runsettings or testsettings file to use with the testsno
runInParallelIf set, tests will run in parallel leveraging available cores of the machine. This will override the MaxCpuCount if specified in your runsettings file. Valid values are: `true` and `false`nofalse
runInIsolationRuns the tests in an isolated process. This makes vstest.console.exe process less likely to be stopped on an error in the tests, but tests might run slower. Valid values are: `true` and `false`nofalse
enableCodeCoverageCollect code coverage information from the test runnofalse
otherConsoleOptionsOther options that can be passed to vstest.console.exeno
platformBuild platform against which the tests should be reported. Valid values are: `x86`, `x64`, and `ARM`no
artifactNameTest result artifact nameyesvstest-results
artifactRetentionDaysDuration after which artifact will expire in days. 0 means using default retention. Minimum 1 day. Maximum 90 days unless changed from the repository settings page.

no outputs