Skip to content

Commit c98ad58

Browse files
committed
Add xunit.runner.json
1 parent a30239e commit c98ad58

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

src/ElectronNET.IntegrationTests/ElectronNET.IntegrationTests.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
<ParallelizeTestCollections>false</ParallelizeTestCollections>
3838
</PropertyGroup>
3939

40+
<ItemGroup>
41+
<None Update="xunit.runner.json">
42+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
43+
</None>
44+
</ItemGroup>
45+
4046
<Import Project="..\ElectronNET\build\ElectronNET.Core.targets" Condition="$(ElectronNetDevMode)" />
4147

4248
</Project>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json",
3+
"methodDisplay": "method",
4+
"diagnosticMessages": true,
5+
"parallelizeTestCollections": false,
6+
"longRunningTestSeconds": 60
7+
}

0 commit comments

Comments
 (0)