Browse Source

publish test result

Darien Raymond 6 years ago
parent
commit
d2051b910b
1 changed files with 6 additions and 0 deletions
  1. 6 0
      azure-pipelines.template.yml

+ 6 - 0
azure-pipelines.template.yml

@@ -17,9 +17,15 @@ jobs:
       go version
       go get -v -t -d v2ray.com/core/...
       go get -v -t -d v2ray.com/ext/...
+      go get -u github.com/jstemmer/go-junit-report 2>&1 | go-junit-report > report.xml
     workingDirectory: '$(system.defaultWorkingDirectory)'
     displayName: 'Fetch sources'
   - script: |
       go test -p 1 -timeout 30m -v v2ray.com/core/...
     workingDirectory: '$(system.defaultWorkingDirectory)'
     displayName: 'Test'
+  - task: PublishTestResults@2
+    inputs:
+      testResultsFormat: 'JUnit' # Options: JUnit, NUnit, VSTest, xUnit
+      testResultsFiles: 'report.xml' 
+      searchFolder: '$(System.DefaultWorkingDirectory)' # Optional