dotCover 2020.3 Help

General

ReSharper | Options | Tools | Unit Testing | General

On this page of dotCover options, you can adjust general settings that apply to all unit testing features.

Default platform architectureThis selector allows choosing a platform to run unit tests on.
Default .NET Framework versionThis selector allows setting .NET version to use when running unit tests.
Run up to [x] assemblies in parallelSelect the number of assemblies to be tested by dotCover concurrently in parallel threads.
Skip tests from categoriesType names of test categories to be excluded from the run. The tests associated with the category that you specified are ignored. For more information, see Test Categories
Run tests from:

Choose Project output folder to run compiled tests from the default location. When assemblies are placed in the default project location, test files are retrieved from the same location.

Choose Specified folder to run tests using a post-build step, so the tests are run from the particular folder. Enter the desired path in the field, or click Browse to find and set the desired location.

Unit Test Sessions

Save and restore Unit Test SessionsSelect this checkbox to allow dotCover to restore unit test sessions when you close and reopen Visual Studio.
Activate Unit Test Session window when tun startsSelect this checkbox if you want Unit Test Sessions window to open each time you run unit tests.
Show log entries with severityThis selector lets you specify which log entries should appear in the execution log in the Unit Test Sessions window.
When grading tests by duration use the following valuesMinutes, seconds, and milliseconds MM:SS.MS

Unit Test Output

Wrap long lines in Unit Test Session outputDefines how to display long lines in the Output tab in the Unit Test Sessions window. If this checkbox is selected, long lines are wrapped.
Limit auto-loaded output to:Defines how to many lines should be displayed in the Output tab in the Unit Test Sessions window.
Last modified: 08 March 2021