Skip to content

Commit ad146d0

Browse files
Added xunit config
1 parent 0df9ab8 commit ad146d0

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

SecurityService.IntegrationTests/SecurityService.IntegrationTests.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@
6161
</Compile>
6262
</ItemGroup>
6363

64+
<ItemGroup>
65+
<None Update="xunit.runner.json">
66+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
67+
</None>
68+
</ItemGroup>
69+
6470
<ItemGroup>
6571
<SpecFlowFeatureFiles Update="ApiScopes\ApiScope.feature">
6672
<Generator>SpecFlowSingleFileGenerator</Generator>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"maxParallelThreads" : 1
3+
}

0 commit comments

Comments
 (0)