forked from microsoft/cppwinrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.runsettings
More file actions
24 lines (22 loc) · 925 Bytes
/
.runsettings
File metadata and controls
24 lines (22 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<RunSettings>
<RunConfiguration>
<ResultsDirectory>.\TestResults</ResultsDirectory><!-- Path relative to solution directory -->
<TestSessionTimeout>60000</TestSessionTimeout><!-- Milliseconds -->
<ForceListContent>true</ForceListContent>
</RunConfiguration>
<!-- Adapter Specific sections -->
<!-- Catch2 adapter -->
<Catch2Adapter>
<ExecutionMode>Single</ExecutionMode>
<FilenameFilter>(?i:Test)</FilenameFilter><!-- Regex filter -->
<ForceListContent>true</ForceListContent>
<DebugBreak>on</DebugBreak>
<IncludeHidden>true</IncludeHidden>
<Logging>Verbose</Logging>
<MessageFormat>AdditionalInfo</MessageFormat>
<StackTraceFormat>ShortInfo</StackTraceFormat>
<StackTracePointReplacement>,</StackTracePointReplacement>
<TestCaseTimeout>20000</TestCaseTimeout><!-- 20s in Milliseconds -->
</Catch2Adapter>
</RunSettings>