mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-21 08:05:57 +00:00
Add xunit.runner.json
This commit is contained in:
@@ -37,6 +37,12 @@
|
||||
<ParallelizeTestCollections>false</ParallelizeTestCollections>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="xunit.runner.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
<Import Project="..\ElectronNET\build\ElectronNET.Core.targets" Condition="$(ElectronNetDevMode)" />
|
||||
|
||||
</Project>
|
||||
|
||||
7
src/ElectronNET.IntegrationTests/xunit.runner.json
Normal file
7
src/ElectronNET.IntegrationTests/xunit.runner.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json",
|
||||
"methodDisplay": "method",
|
||||
"diagnosticMessages": true,
|
||||
"parallelizeTestCollections": false,
|
||||
"longRunningTestSeconds": 60
|
||||
}
|
||||
Reference in New Issue
Block a user