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 | afd70b691ffcf7732a2035547928ceda07642d6b (patch) | |
tree | 852e02b136858fe7453bc945c05621971b0ba9a7 /Timeline.Tests/Timeline.Tests.csproj | |
parent | 32409f7691983733067731ed411352571427b7e4 (diff) | |
download | timeline-afd70b691ffcf7732a2035547928ceda07642d6b.tar.gz timeline-afd70b691ffcf7732a2035547928ceda07642d6b.tar.bz2 timeline-afd70b691ffcf7732a2035547928ceda07642d6b.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">
|