aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-07-21 10:28:35 +0800
committercrupest <crupest@outlook.com>2020-07-21 10:28:35 +0800
commitafd70b691ffcf7732a2035547928ceda07642d6b (patch)
tree852e02b136858fe7453bc945c05621971b0ba9a7
parent32409f7691983733067731ed411352571427b7e4 (diff)
downloadtimeline-afd70b691ffcf7732a2035547928ceda07642d6b.tar.gz
timeline-afd70b691ffcf7732a2035547928ceda07642d6b.tar.bz2
timeline-afd70b691ffcf7732a2035547928ceda07642d6b.zip
Add junit logger for test.
-rw-r--r--Timeline.Tests/Timeline.Tests.csproj1
-rw-r--r--Timeline.Tests/packages.lock.json6
2 files changed, 7 insertions, 0 deletions
diff --git a/Timeline.Tests/Timeline.Tests.csproj b/Timeline.Tests/Timeline.Tests.csproj
index 7a3c0ae6..fc1a6ca4 100644
--- a/Timeline.Tests/Timeline.Tests.csproj
+++ b/Timeline.Tests/Timeline.Tests.csproj
@@ -12,6 +12,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="FluentAssertions" Version="5.10.3" />
+ <PackageReference Include="JunitXml.TestLogger" Version="2.1.32" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="3.1.5" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.0.0">
diff --git a/Timeline.Tests/packages.lock.json b/Timeline.Tests/packages.lock.json
index 6d2a51a3..c2cfec72 100644
--- a/Timeline.Tests/packages.lock.json
+++ b/Timeline.Tests/packages.lock.json
@@ -17,6 +17,12 @@
"System.Configuration.ConfigurationManager": "4.4.0"
}
},
+ "JunitXml.TestLogger": {
+ "type": "Direct",
+ "requested": "[2.1.32, )",
+ "resolved": "2.1.32",
+ "contentHash": "wZGZTal9/Nv3d66x0juUpU/JApWkdZhChnCUGeKz2C5Vz2G/vNxgc9VB7Q0i9uBpKijSrSNWHTeMQ2Pyv/Y/bg=="
+ },
"Microsoft.AspNet.WebApi.Client": {
"type": "Direct",
"requested": "[5.2.7, )",