-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tabName seems to not work #8
tabName seems to not work #8
Comments
It doesn't work for me either, also if I set the path to dir with HTML in reportDir it doesn't pick up the file I have to set the exact path to a file. |
Hi, I am using this extension in release pipeline but still HTML tab is not appearing. Can you please help me with at least HTML tab can appear in azure devops |
I believe this is due to line: azure-pipeline-html-report/src/tabContent.tsx Line 124 in c56938b
When it's a multi stage build, it adds a count, however this logic also uses the stage name instead of the tab name. It probably needs to be:
So that it names the tab |
having same issue. do we know if a fix was ever implemented? |
Accidently discovered a workaround. Prefix the tab name string with two dots:
|
This works as desired. Thanks for the workaround!
|
Hello,
tabName parameter seems to not work - tab names are always named as 'run-tests #1' not matter that different text is used in parameter.
Task example:
displayName: Publish iOS Report
inputs:
reportDir: '$(Build.ArtifactStagingDirectory)/iOS_Report.html'
tabName: 'iOSReport'
Task result:
The text was updated successfully, but these errors were encountered: