Amalthea/xunit.runner.json
2025-03-19 15:40:26 +02:00

8 lines
209 B
JSON

{
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json",
"methodDisplay": "classAndMethod",
"methodDisplayOptions": "all",
"parallelizeAssembly": true,
"longRunningTestSeconds": 5
}