Skip to content

Commit 0c09697

Browse files
committed
test: junit report added with path
1 parent b76b76a commit 0c09697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azuredevops/templates/steps/run-post-deployment-pw-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ steps:
9898
condition: succeededOrFailed()
9999
inputs:
100100
testResultsFormat: 'JUnit'
101-
testResultsFiles: '**/test-results/*.xml'
101+
PathtoPublish: '$(System.DefaultWorkingDirectory)/${{ parameters.testProjectDirectory }}/src/config/playwright-report/test-results.xml'
102102
failTaskOnFailedTests: true
103103
condition: succeededOrFailed()
104104
displayName: 'Publish Test Results'

0 commit comments

Comments
 (0)