diff --git a/tests/Domain.Tests/Domain.Tests.csproj b/tests/Domain.Tests/Domain.Tests.csproj
index b9c0e6b3..3a755357 100644
--- a/tests/Domain.Tests/Domain.Tests.csproj
+++ b/tests/Domain.Tests/Domain.Tests.csproj
@@ -16,10 +16,14 @@
-
+
+
+
+
+
diff --git a/tests/Domain.Tests/xunit.runner.json b/tests/Domain.Tests/xunit.runner.json
new file mode 100644
index 00000000..b707a181
--- /dev/null
+++ b/tests/Domain.Tests/xunit.runner.json
@@ -0,0 +1,8 @@
+{
+ "$schema": "https://xunit.net/schema/current/xunit.runner.schema.json",
+ "methodDisplay": "method",
+ "methodDisplayOptions": "all",
+ "parallelizeAssembly": true,
+ "parallelizeTestCollections": true,
+ "diagnosticMessages": false
+}