-
-
Notifications
You must be signed in to change notification settings - Fork 765
Closed
Labels
Description
Describe the Bug
When generating Allure HTML report using Azure as executor, the Executor section of the report displays a generic icon.
Could we add an Azure icon instead ?
Steps to Reproduce
-
Execute a simple test with any Allure integration (python, java, node.js, cucumber, php, etc)
-
Add the following
executor.jsonfile in theallure-resultsfolder
{
"name": "Azure DevOps",
"type": "azure",
"buildName": "Build log",
"buildUrl": "https://dev.azure.com/xxxx",
"reportName": "Demo"
}
-
Generate the Allure HTML report
-
Actual result
Expected Behaviour
Use this icon instead
Screenshots or Additional Context
No response
What Language are you using?
Java
What Framework/Allure Integration you are using?
allure-junit5
What version of Allure Integration you are using?
2.34.1
What version of Allure Report you are using?
2.34.1
Code of Conduct
- I agree to follow this project's Code of Conduct