Skip to content

Improvement - modify Executor icon for Azure #3052

@harmin-parra

Description

@harmin-parra

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

  1. Execute a simple test with any Allure integration (python, java, node.js, cucumber, php, etc)

  2. Add the following executor.json file in the allure-results folder

{
  "name": "Azure DevOps",
  "type": "azure",
  "buildName": "Build log",
  "buildUrl": "https://dev.azure.com/xxxx",
  "reportName": "Demo"
}
  1. Generate the Allure HTML report

  2. Actual result

Image

Expected Behaviour

Use this icon instead

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions