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.



enter image description here










share|improve this question




























    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.



    enter image description here










    share|improve this question


























      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.



      enter image description here










      share|improve this question















      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.



      enter image description here







      allure






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 11 at 7:03

























      asked Feb 9 at 15:38









      Kasun Caldera

      113




      113
























          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:



          enter image description here



          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:



          enter image description here



          If you would like change for all the projects the folder is:



          enter image description here



          I recommend you the user manual






          share|improve this answer























          • 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


















          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.






          share|improve this answer





















          • 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


















          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.






          share|improve this answer























            Your Answer






            StackExchange.ifUsing("editor", function () {
            StackExchange.using("externalEditor", function () {
            StackExchange.using("snippets", function () {
            StackExchange.snippets.init();
            });
            });
            }, "code-snippets");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "1"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            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

























            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:



            enter image description here



            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:



            enter image description here



            If you would like change for all the projects the folder is:



            enter image description here



            I recommend you the user manual






            share|improve this answer























            • 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















            up vote
            2
            down vote













            To change the logo you should put the custom-logo-puglin into the puglins folder:



            enter image description here



            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:



            enter image description here



            If you would like change for all the projects the folder is:



            enter image description here



            I recommend you the user manual






            share|improve this answer























            • 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













            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:



            enter image description here



            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:



            enter image description here



            If you would like change for all the projects the folder is:



            enter image description here



            I recommend you the user manual






            share|improve this answer














            To change the logo you should put the custom-logo-puglin into the puglins folder:



            enter image description here



            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:



            enter image description here



            If you would like change for all the projects the folder is:



            enter image description here



            I recommend you the user manual







            share|improve this answer














            share|improve this answer



            share|improve this answer








            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


















            • 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












            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.






            share|improve this answer





















            • 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















            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.






            share|improve this answer





















            • 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













            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.






            share|improve this answer












            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.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            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


















            • 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










            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.






            share|improve this answer



























              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.






              share|improve this answer

























                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.






                share|improve this answer














                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.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Jul 16 at 9:28

























                answered Jul 16 at 9:22









                Dakshinamurthy Karra

                4,05311021




                4,05311021






























                    draft saved

                    draft discarded




















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    這個網誌中的熱門文章

                    Tangent Lines Diagram Along Smooth Curve

                    Yusuf al-Mu'taman ibn Hud

                    Zucchini