xunit.runner.json 170 B

123456
  1. {
  2. "$schema": "https://xunit.net/schema/current/xunit.runner.schema.json",
  3. "parallelizeTestCollections": false,
  4. "parallelizeAssembly": false,
  5. "stopOnFail": true
  6. }