Skip to content

Commit

Permalink
Add xunit.runner.json configuration file for tests on Lombiq.OSOCE.Te…
Browse files Browse the repository at this point in the history
…sts.UI with StopOnFail set to true
  • Loading branch information
tteguayco committed Nov 11, 2023
1 parent f9b0d6d commit b4f554f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/Lombiq.OSOCE.Tests.UI/Lombiq.OSOCE.Tests.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<Content Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>

<ItemGroup>
Expand Down
7 changes: 7 additions & 0 deletions test/Lombiq.OSOCE.Tests.UI/xunit.runner.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json",
"parallelizeAssembly": false,
"parallelizeTestCollections": true,
"maxParallelThreads": 3,
"stopOnFail": true
}

0 comments on commit b4f554f

Please sign in to comment.