-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
55d6469
commit b97999b
Showing
1 changed file
with
21 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<RunSettings> | ||
<!-- Configurations that affect the Test Framework --> | ||
<RunConfiguration> | ||
<ResultsDirectory>.\TestResults</ResultsDirectory><!-- Path relative to solution directory --> | ||
<TestSessionTimeout>120000</TestSessionTimeout><!-- Milliseconds --> | ||
<TargetFrameworkVersion>net48</TargetFrameworkVersion> | ||
<TargetPlatform>x64</TargetPlatform> | ||
</RunConfiguration> | ||
<nanoFrameworkAdapter> | ||
<Logging>None</Logging> <!--Set to the desired level of logging for Unit Test execution. Possible values are: None, Detailed, Verbose, Error. --> | ||
<IsRealHardware>True</IsRealHardware><!--Set to true to run tests on real hardware. --> | ||
<RealHardwarePort>COM4</RealHardwarePort><!--Specify the COM port to use to connect to a nanoDevice. If none is specified, a device detection is performed and the 1st available one will be used. --> | ||
<CLRVersion></CLRVersion><!--Specify the nanoCLR version to use. If not specified, the latest available will be used. --> | ||
<PathToLocalCLRInstance></PathToLocalCLRInstance><!--Specify the path to a local nanoCLR instance. If not specified, the default one installed with nanoclr CLR witll be used. --> | ||
</nanoFrameworkAdapter> | ||
<!-- Configurations that affect the Test Framework --> | ||
<RunConfiguration> | ||
<ResultsDirectory>.\TestResults</ResultsDirectory> | ||
<!-- Path relative to solution directory --> | ||
<TestSessionTimeout>120000</TestSessionTimeout> | ||
<!-- Milliseconds --> | ||
<TargetFrameworkVersion>net48</TargetFrameworkVersion> | ||
<TargetPlatform>x64</TargetPlatform> | ||
</RunConfiguration> | ||
<nanoFrameworkAdapter> | ||
<Logging>None</Logging> | ||
<!--Set to the desired level of logging for Unit Test execution. Possible values are: None, Detailed, Verbose, Error. --> | ||
<IsRealHardware>True</IsRealHardware> | ||
<!--Set to true to run tests on real hardware. --> | ||
<RealHardwarePort></RealHardwarePort> | ||
<!--Specify the COM port to use to connect to a nanoDevice. If none is specified, a device detection is performed and the 1st available one will be used. --> | ||
<CLRVersion></CLRVersion> | ||
<!--Specify the nanoCLR version to use. If not specified, the latest available will be used. --> | ||
<PathToLocalCLRInstance></PathToLocalCLRInstance> | ||
<!--Specify the path to a local nanoCLR instance. If not specified, the default one installed with nanoclr CLR witll be used. --> | ||
</nanoFrameworkAdapter> | ||
</RunSettings> |