mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
This commit is contained in:
18
Tests/UnitTests/runsettings.xml
Normal file
18
Tests/UnitTests/runsettings.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RunSettings>
|
||||
<!-- xUnit Config for Stop-on-Fail -->
|
||||
<xUnit>
|
||||
<ParallelizeAssembly>false</ParallelizeAssembly>
|
||||
<!-- Disable assembly parallelism -->
|
||||
<ParallelizeTestCollections>false</ParallelizeTestCollections>
|
||||
<!-- Disable collection parallelism -->
|
||||
<MaxParallelThreads>1</MaxParallelThreads>
|
||||
<!-- Ensure single-threaded -->
|
||||
<StopOnFail>true</StopOnFail>
|
||||
<!-- STOP HERE ON FIRST FAILURE! -->
|
||||
</xUnit>
|
||||
|
||||
<RunConfiguration>
|
||||
<ResultsDirectory>../../TestResults</ResultsDirectory>
|
||||
</RunConfiguration>
|
||||
</RunSettings>
|
||||
Reference in New Issue
Block a user