This repository was archived by the owner on Sep 30, 2025. It is now read-only.
I am running ZAP and using handlebars to convert to nunit report for pipeline publishing...please update docs in marketplace #50
Unanswered
DevOpsAzurance
asked this question in
RunPipelines
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Seems nunit publishing to the pipeline is no longer working as expected:
the test-run tag can only appear once in the resulting xml and the hbs has the {{#each site}} before test-run instead of before test-suite. I moved both the opening each tag and it closing tag to inside the test-run tag and then removed the '../' from 'start-time="{{[../@generated]}}"' to make it 'start-time="{{[@generated]}}"'
Beta Was this translation helpful? Give feedback.
All reactions