Fixed spacing
This commit is contained in:
parent
50c6d8e5ba
commit
4fe9570dfb
1 changed files with 10 additions and 10 deletions
|
|
@ -191,16 +191,16 @@ stages:
|
||||||
JIRA_API_KEY: $(JIRA_API_KEY)
|
JIRA_API_KEY: $(JIRA_API_KEY)
|
||||||
displayName: merge_and_publish_results_to_jira
|
displayName: merge_and_publish_results_to_jira
|
||||||
|
|
||||||
- task: PublishTestResults@2
|
- task: PublishTestResults@2
|
||||||
displayName: 'Publish test results'
|
displayName: 'Publish test results'
|
||||||
inputs:
|
inputs:
|
||||||
searchFolder: 'test-results'
|
searchFolder: 'test-results'
|
||||||
testResultsFormat: 'JUnit'
|
testResultsFormat: 'JUnit'
|
||||||
testResultsFiles: 'junit_results.xml'
|
testResultsFiles: 'junit_results.xml'
|
||||||
mergeTestResults: true
|
mergeTestResults: true
|
||||||
failTaskOnFailedTests: false
|
failTaskOnFailedTests: false
|
||||||
testRunTitle: 'Playwright Tests'
|
testRunTitle: 'Playwright Tests'
|
||||||
condition: succeededOrFailed()
|
condition: succeededOrFailed()
|
||||||
|
|
||||||
- task: PublishPipelineArtifact@1
|
- task: PublishPipelineArtifact@1
|
||||||
displayName: 'Publish Merged Report'
|
displayName: 'Publish Merged Report'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue