Skip to content
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

Ability to set title for allure report when publishing results #344

Open
petr0ff opened this issue Dec 7, 2023 · 0 comments
Open

Ability to set title for allure report when publishing results #344

petr0ff opened this issue Dec 7, 2023 · 0 comments

Comments

@petr0ff
Copy link

petr0ff commented Dec 7, 2023

What feature do you want to see added?

I would like to modify the name of the title in allure report instead of hard-coded "ALLURE REPORT". I know I can sed the name in allure-report/widgets/summary.json, but it doesn't make any effect, because the report is generated on the worker node, and report is published on the master node (where you normally have no access from your pipeline). It would be very convenient to publish report with the name like:

allure([
includeProperties: false,
jdk: '',
properties: [],
reportBuildPolicy: 'ALWAYS',
reportTitle: 'My Report Name'
results: [[path: '**/allure-results']]
])

We have many run configurations and having a report with configuration in title would bring more visibiilty to test results.

Upstream changes

No response

Are you interested in contributing this feature?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant