Configure xunit to report long running tests for EndToEnd (#10847)
This commit is contained in:
parent
7776ec0562
commit
2dcd200fb5
2 changed files with 12 additions and 0 deletions
|
@ -16,4 +16,10 @@
|
|||
<ItemGroup>
|
||||
<ProjectReference Include="..\Microsoft.DotNet.Tools.Tests.Utilities\Microsoft.DotNet.Tools.Tests.Utilities.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="xunit.runner.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
6
test/EndToEnd/xunit.runner.json
Normal file
6
test/EndToEnd/xunit.runner.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"shadowCopy": false,
|
||||
"methodDisplay": "method",
|
||||
"diagnosticMessages": true,
|
||||
"longRunningTestSeconds": 120
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue