...
The following options are available:
Option Name | Value | Description |
---|---|---|
-app | [path] | Specifies the full path to the application. |
-workingDir | [path] | Specifies the path to the working directory. |
-appArgs | [argument] | Specifies the application command line arguments. |
-commandsDir | [path] | Specifies the directory for the *.bat scripts generated by the coverage tool. |
-scope |
| Specifies the scope of the coverage to import by providing
See Configuring the Test Scope for more information about the switches. |
-clr |
| Specifies the .NET CLR version used by the application; |
-run | none | Automatically launches the monitorCoverage.bat script (optional; you can also open the directory specified with the -commandDir option and manually run the script). |
-doNotRemoveOldCoverage | none | Specifies that old coverage data is not deleted before each run. If this option is not specified, coverage data collected during previous runs is deleted by default. |
-withCoverageAgent | none | Specifies that coverage is collected with the coverage agent. |
Collecting Coverage without Coverage Agent REST Client
...