Skip to content

Commit

Permalink
Publish test results to Azure Pipelines (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w authored Jan 17, 2020
1 parent 94b71a7 commit f841ba9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@ steps:

- script: npm run test
displayName: 'Run tests'

- task: PublishTestResults@2
inputs:
testResultsFormat: 'JUnit'
testResultsFiles: '*.xml'
searchFolder: '$(Build.Repository.LocalPath)/tests_output'
mergeTestResults: true
condition: always()

0 comments on commit f841ba9

Please sign in to comment.