mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
18 lines
573 B
XML
18 lines
573 B
XML
<?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> |