lakshaykaushik / PublishHTMLReport

Azdo Extension- Publish Jmeter Reports to Azure Devops
MIT License
34 stars 24 forks source link

how to access published html report #63

Open anilsamuel opened 2 months ago

anilsamuel commented 2 months ago

I am using following definition; run shows success but unable to find the published report, please help

      - task: PublishHtmlReport@1
        displayName: 'Publish Search logs Output'
        inputs:
          htmlType: 'genericHTML'
          htmlPath: '$(Build.SourcesDirectory)/get-query-results.html'