Add missing xUnit runner config

This commit is contained in:
TSR Berry 2023-07-08 20:21:26 +02:00
parent a6b21cf613
commit 8d518f4e54
No known key found for this signature in database
GPG key ID: 52353C0A4CCA15E2

View file

@ -0,0 +1,8 @@
{
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json",
"diagnosticMessages": true,
"longRunningTestSeconds": 20,
"parallelizeAssembly": true,
"preEnumerateTheories": true,
"stopOnFail": true
}