PublishHTMLReport | Azdo Extension- Publish Jmeter Reports | Continous Integration library
kandi X-RAY | PublishHTMLReport Summary
kandi X-RAY | PublishHTMLReport Summary
This extension can be used in Azure devops to publish Jmeter HTML reports as a seperate tab(Parallel to Summary tab) in Build Pipelines(Please note Release Pipelines is not supported). Right now full support of Jmeter report and any generic html report has been developed, however this extension can also be extended to publish other complex HTML reports as well.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of PublishHTMLReport
PublishHTMLReport Key Features
PublishHTMLReport Examples and Code Snippets
"manifestVersion": 1,
"id": "PublishHTMLReports",
"version": "1.1.33",
"name": "PublishHTMLReports",
"description": "An extension which lets you publish and visualize HTML reports in Azure Devops as a seperate tab",
"publisher": "
- task: publishhtmlreport@1
inputs:
htmlType: 'Jmeter'
JmeterReportsPath: '$(Build.SourcesDirectory)/LoadReports'
- task: publishhtmlreport@1
inputs:
htmlType: 'genericHTML'
htmlPath: '$(Build.SourcesDirectory)/Sample.html'
- task: publishhtmlreport@1
inputs:
htmlType: 'OtherComplexReport'
JmeterReportsPath: '$(Build.SourcesDirectory)/Folder_Containing_Relevant_Files'
Community Discussions
Trending Discussions on PublishHTMLReport
QUESTION
I'm building a project in Azure Classic pipeline.
now i have to publish an HTML File to the tab, so i used one or more extensions (Publish HTML Reports, HTML Viewer). The problem is, it doesn't publish css scripts, so that the published page is not viewing perfectly.
This is what i want 👇👇
Source code of both images are not same, used for better understanding
...ANSWER
Answered 2021-Mar-22 at 02:45I am afraid Azure devops doesn't support publish custom HTML report yet.
There are user voices having been submitted to Microsoft development team. See user voice Support for generic HTML Publishing inside Build and Release Pipelines.
You can vote up above user voice, Or create a new user voice of your own regarding this issue.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install PublishHTMLReport
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page