Skip to content

Commit

Permalink
Publish test results
Browse files Browse the repository at this point in the history
  • Loading branch information
sshushliapin committed Dec 5, 2019
1 parent fc485e0 commit 4d8a3ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -2,8 +2,9 @@
Sitecore FakeDb
===============

[![#](https://img.shields.io/nuget/v/Sitecore.FakeDb.svg)](https://www.nuget.org/packages/Sitecore.FakeDb/)
[![Build Status](https://dev.azure.com/sshushliapin/Sitecore-FakeDb/_apis/build/status/sshushliapin.Sitecore.FakeDb?branchName=master)](https://dev.azure.com/sshushliapin/Sitecore-FakeDb/_build/latest?definitionId=1&branchName=master)
![#](https://img.shields.io/nuget/v/Sitecore.FakeDb.svg)
![Build Status](https://dev.azure.com/sshushliapin/Sitecore-FakeDb/_apis/build/status/sshushliapin.Sitecore.FakeDb?branchName=master)
![tests](https://img.shields.io/azure-devops/tests/sshushliapin/Sitecore-FakeDb/1)

This is the unit testing framework for Sitecore that enables creation and manipulation of Sitecore content in memory. It is designed to minimize efforts for the test content initialization keeping focus on the minimal test data rather than comprehensive content tree representation.

Expand Down
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -32,6 +32,11 @@ steps:
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'

- task: PublishTestResults@2
inputs:
testResultsFormat: 'XUnit'
testResultsFiles: '**/TestResult_*.xml'

- task: PublishBuildArtifacts@1
displayName: 'Publish build artifacts'
inputs:
Expand Down

0 comments on commit 4d8a3ba

Please sign in to comment.