diff options
author | crupest <crupest@outlook.com> | 2020-07-21 10:28:35 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-07-21 10:28:35 +0800 |
commit | 221ad9ecadb31de548aef7f578fadbc089c53109 (patch) | |
tree | 852e02b136858fe7453bc945c05621971b0ba9a7 /Timeline.Tests/Timeline.Tests.csproj | |
parent | 8b541f2fd693614c22e0ea5cca9296a0c0c71bd3 (diff) | |
download | timeline-221ad9ecadb31de548aef7f578fadbc089c53109.tar.gz timeline-221ad9ecadb31de548aef7f578fadbc089c53109.tar.bz2 timeline-221ad9ecadb31de548aef7f578fadbc089c53109.zip |
Add junit logger for test.
Diffstat (limited to 'Timeline.Tests/Timeline.Tests.csproj')
-rw-r--r-- | Timeline.Tests/Timeline.Tests.csproj | 1 |
1 files changed, 1 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">
|