How to customize allure report title and logo
up vote
1
down vote
favorite
Below attached allure report image that generated via allure. Would like to customize report title and logo (image highlighted yellow) with my own title and logo instead of ALLURE REPORT and default logo. Appreciate your help.
allure
add a comment |
up vote
1
down vote
favorite
Below attached allure report image that generated via allure. Would like to customize report title and logo (image highlighted yellow) with my own title and logo instead of ALLURE REPORT and default logo. Appreciate your help.
allure
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Below attached allure report image that generated via allure. Would like to customize report title and logo (image highlighted yellow) with my own title and logo instead of ALLURE REPORT and default logo. Appreciate your help.
allure
Below attached allure report image that generated via allure. Would like to customize report title and logo (image highlighted yellow) with my own title and logo instead of ALLURE REPORT and default logo. Appreciate your help.
allure
allure
edited Feb 11 at 7:03
asked Feb 9 at 15:38
Kasun Caldera
113
113
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
up vote
2
down vote
To change the logo you should put the custom-logo-puglin into the puglins folder:
Edit the styles.css file and change the image reference to your own file.
In the jenkins to customize each project the plugins folder is placed here:
If you would like change for all the projects the folder is:
I recommend you the user manual
How would you customize an Allure report that is integrated into Jenkins? I don't see the same file structure as your screenshot.
– Rusty
Nov 8 at 17:53
The projects are placed into the hide .jenkins -> workspace -> projectname -> .allure I'm going to add the image to my answer
– j.barrio
Nov 9 at 7:41
add a comment |
up vote
0
down vote
allure custom logo and report name / title plugin(s) are currently not working due to previous changes, you can achieve this goal by cloning the source, modifying it and building a local copy instead and using it until we fix such plugins or offer a new alternative.
thank you for your feedback.I'm just new to this..appreciate if you can send me the references.
– Kasun Caldera
Feb 17 at 8:24
As you can see in the documentation it is working with out problems customize the Allure logo
– j.barrio
Nov 9 at 7:46
add a comment |
up vote
0
down vote
In the custom-logo-plugin/static/styles.css add "!important" to the background style. With that change the custom-logo-plugin should work. This replaces only the logo image.
You can also use a logo-with-text by using "display:none" to .side-nav__brand-text selector and adding a height to .side-nav__brand selector. Your logo in this case should be 170px width.
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
To change the logo you should put the custom-logo-puglin into the puglins folder:
Edit the styles.css file and change the image reference to your own file.
In the jenkins to customize each project the plugins folder is placed here:
If you would like change for all the projects the folder is:
I recommend you the user manual
How would you customize an Allure report that is integrated into Jenkins? I don't see the same file structure as your screenshot.
– Rusty
Nov 8 at 17:53
The projects are placed into the hide .jenkins -> workspace -> projectname -> .allure I'm going to add the image to my answer
– j.barrio
Nov 9 at 7:41
add a comment |
up vote
2
down vote
To change the logo you should put the custom-logo-puglin into the puglins folder:
Edit the styles.css file and change the image reference to your own file.
In the jenkins to customize each project the plugins folder is placed here:
If you would like change for all the projects the folder is:
I recommend you the user manual
How would you customize an Allure report that is integrated into Jenkins? I don't see the same file structure as your screenshot.
– Rusty
Nov 8 at 17:53
The projects are placed into the hide .jenkins -> workspace -> projectname -> .allure I'm going to add the image to my answer
– j.barrio
Nov 9 at 7:41
add a comment |
up vote
2
down vote
up vote
2
down vote
To change the logo you should put the custom-logo-puglin into the puglins folder:
Edit the styles.css file and change the image reference to your own file.
In the jenkins to customize each project the plugins folder is placed here:
If you would like change for all the projects the folder is:
I recommend you the user manual
To change the logo you should put the custom-logo-puglin into the puglins folder:
Edit the styles.css file and change the image reference to your own file.
In the jenkins to customize each project the plugins folder is placed here:
If you would like change for all the projects the folder is:
I recommend you the user manual
edited Nov 9 at 7:44
answered Feb 12 at 9:06
j.barrio
5411420
5411420
How would you customize an Allure report that is integrated into Jenkins? I don't see the same file structure as your screenshot.
– Rusty
Nov 8 at 17:53
The projects are placed into the hide .jenkins -> workspace -> projectname -> .allure I'm going to add the image to my answer
– j.barrio
Nov 9 at 7:41
add a comment |
How would you customize an Allure report that is integrated into Jenkins? I don't see the same file structure as your screenshot.
– Rusty
Nov 8 at 17:53
The projects are placed into the hide .jenkins -> workspace -> projectname -> .allure I'm going to add the image to my answer
– j.barrio
Nov 9 at 7:41
How would you customize an Allure report that is integrated into Jenkins? I don't see the same file structure as your screenshot.
– Rusty
Nov 8 at 17:53
How would you customize an Allure report that is integrated into Jenkins? I don't see the same file structure as your screenshot.
– Rusty
Nov 8 at 17:53
The projects are placed into the hide .jenkins -> workspace -> projectname -> .allure I'm going to add the image to my answer
– j.barrio
Nov 9 at 7:41
The projects are placed into the hide .jenkins -> workspace -> projectname -> .allure I'm going to add the image to my answer
– j.barrio
Nov 9 at 7:41
add a comment |
up vote
0
down vote
allure custom logo and report name / title plugin(s) are currently not working due to previous changes, you can achieve this goal by cloning the source, modifying it and building a local copy instead and using it until we fix such plugins or offer a new alternative.
thank you for your feedback.I'm just new to this..appreciate if you can send me the references.
– Kasun Caldera
Feb 17 at 8:24
As you can see in the documentation it is working with out problems customize the Allure logo
– j.barrio
Nov 9 at 7:46
add a comment |
up vote
0
down vote
allure custom logo and report name / title plugin(s) are currently not working due to previous changes, you can achieve this goal by cloning the source, modifying it and building a local copy instead and using it until we fix such plugins or offer a new alternative.
thank you for your feedback.I'm just new to this..appreciate if you can send me the references.
– Kasun Caldera
Feb 17 at 8:24
As you can see in the documentation it is working with out problems customize the Allure logo
– j.barrio
Nov 9 at 7:46
add a comment |
up vote
0
down vote
up vote
0
down vote
allure custom logo and report name / title plugin(s) are currently not working due to previous changes, you can achieve this goal by cloning the source, modifying it and building a local copy instead and using it until we fix such plugins or offer a new alternative.
allure custom logo and report name / title plugin(s) are currently not working due to previous changes, you can achieve this goal by cloning the source, modifying it and building a local copy instead and using it until we fix such plugins or offer a new alternative.
answered Feb 13 at 9:17
Jackofspace
538
538
thank you for your feedback.I'm just new to this..appreciate if you can send me the references.
– Kasun Caldera
Feb 17 at 8:24
As you can see in the documentation it is working with out problems customize the Allure logo
– j.barrio
Nov 9 at 7:46
add a comment |
thank you for your feedback.I'm just new to this..appreciate if you can send me the references.
– Kasun Caldera
Feb 17 at 8:24
As you can see in the documentation it is working with out problems customize the Allure logo
– j.barrio
Nov 9 at 7:46
thank you for your feedback.I'm just new to this..appreciate if you can send me the references.
– Kasun Caldera
Feb 17 at 8:24
thank you for your feedback.I'm just new to this..appreciate if you can send me the references.
– Kasun Caldera
Feb 17 at 8:24
As you can see in the documentation it is working with out problems customize the Allure logo
– j.barrio
Nov 9 at 7:46
As you can see in the documentation it is working with out problems customize the Allure logo
– j.barrio
Nov 9 at 7:46
add a comment |
up vote
0
down vote
In the custom-logo-plugin/static/styles.css add "!important" to the background style. With that change the custom-logo-plugin should work. This replaces only the logo image.
You can also use a logo-with-text by using "display:none" to .side-nav__brand-text selector and adding a height to .side-nav__brand selector. Your logo in this case should be 170px width.
add a comment |
up vote
0
down vote
In the custom-logo-plugin/static/styles.css add "!important" to the background style. With that change the custom-logo-plugin should work. This replaces only the logo image.
You can also use a logo-with-text by using "display:none" to .side-nav__brand-text selector and adding a height to .side-nav__brand selector. Your logo in this case should be 170px width.
add a comment |
up vote
0
down vote
up vote
0
down vote
In the custom-logo-plugin/static/styles.css add "!important" to the background style. With that change the custom-logo-plugin should work. This replaces only the logo image.
You can also use a logo-with-text by using "display:none" to .side-nav__brand-text selector and adding a height to .side-nav__brand selector. Your logo in this case should be 170px width.
In the custom-logo-plugin/static/styles.css add "!important" to the background style. With that change the custom-logo-plugin should work. This replaces only the logo image.
You can also use a logo-with-text by using "display:none" to .side-nav__brand-text selector and adding a height to .side-nav__brand selector. Your logo in this case should be 170px width.
edited Jul 16 at 9:28
answered Jul 16 at 9:22
Dakshinamurthy Karra
4,05311021
4,05311021
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f48709263%2fhow-to-customize-allure-report-title-and-logo%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown