forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnunit.runsettings
28 lines (22 loc) · 950 Bytes
/
nunit.runsettings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<RunSettings>
<NUnit>
<ConsoleOut>0</ConsoleOut>
</NUnit>
<RunConfiguration>
<TargetPlatform>x64</TargetPlatform>
<!-- Return non-zero exit code if a test run finds no tests -->
<!-- disable for now because there are a lot of test projects that don't find tests and would start failing -->
<!-- <TreatNoTestsAsError>true</TreatNoTestsAsError> -->
</RunConfiguration>
<TestRunParameters>
<!-- Controls which service versions are running in live mode -->
<!-- <Parameter name="LiveTestServiceVersions" value="V2019_02_02" /> -->
<!-- Disables auto recording when using [RecordedTest] attribute -->
<!-- <Parameter name="DisableAutoRecording" value="true" /> -->
<!-- Change the test mode -->
<!-- <Parameter name="TestMode" value="Record" /> -->
<!-- Enable running Fiddler -->
<!-- <Parameter name="EnableFiddler" value="true" /> -->
</TestRunParameters>
</RunSettings>