Coder Social home page Coder Social logo

Comments (29)

0107shashankgarg avatar 0107shashankgarg commented on September 23, 2024 1

HI @baev any update on this please?

from allure-plugin.

deepakguna avatar deepakguna commented on September 23, 2024 1

HI Team,

This is an indispensable feature to have. Please let us know if it is expected soon.

I believe until then we can continue to use - https://github.com/fescobar/allure-docker-service#customize-emailable-report

from allure-plugin.

kermek avatar kermek commented on September 23, 2024

It would be nice to have such functionality on our CI.

from allure-plugin.

sharadJay avatar sharadJay commented on September 23, 2024

+1

from allure-plugin.

arpitgold avatar arpitgold commented on September 23, 2024

+1

from allure-plugin.

dimkin-eu avatar dimkin-eu commented on September 23, 2024

+1

from allure-plugin.

danieldatri avatar danieldatri commented on September 23, 2024

+1

from allure-plugin.

beshanoe avatar beshanoe commented on September 23, 2024

+1

from allure-plugin.

srnathanx avatar srnathanx commented on September 23, 2024

+1

from allure-plugin.

RathaKM avatar RathaKM commented on September 23, 2024

+1

from allure-plugin.

eroshenkoam avatar eroshenkoam commented on September 23, 2024

allure-framework/allure2#127

from allure-plugin.

sapdas1977 avatar sapdas1977 commented on September 23, 2024

+1

from allure-plugin.

Sandu1213 avatar Sandu1213 commented on September 23, 2024

+1

from allure-plugin.

R2Rs avatar R2Rs commented on September 23, 2024

+1

from allure-plugin.

yuran4eg avatar yuran4eg commented on September 23, 2024

+1

from allure-plugin.

sanchit07 avatar sanchit07 commented on September 23, 2024

I'm also looking for something similar

from allure-plugin.

fertroya avatar fertroya commented on September 23, 2024

+1

from allure-plugin.

darkklin avatar darkklin commented on September 23, 2024

+1

from allure-plugin.

SergiyBeno avatar SergiyBeno commented on September 23, 2024

+1

from allure-plugin.

MartinKeprta avatar MartinKeprta commented on September 23, 2024

This is not in scope of allure!

If you are using CI you can either use gradle/ant task to send email or you can send email from jenkins...

-5

from allure-plugin.

mnedkov avatar mnedkov commented on September 23, 2024

+1 I think it will be nice to have just a screenshot of the Summary page(or even better any page) of the report so that we can send it over email. I would agree with @MartinKeprta that sending the email itself is out of scope for Allure.

from allure-plugin.

baev avatar baev commented on September 23, 2024

the main idea is that Allure can generate a single html file with report summary to /allure-report/export folder, and then you can configure Jenkins to send it via email. At the moment the only issue from our side is that we have no template for such email. It would be so nice if some of you will contribute it

https://github.com/allure-framework/allure2/blob/master/allure-generator/src/main/resources/tpl/mail.html.ftl - Freemarker template

https://github.com/allure-framework/allure2/blob/master/allure-generator/src/main/java/io/qameta/allure/mail/MailPlugin.java - Mail plugin

from allure-plugin.

amangrover1 avatar amangrover1 commented on September 23, 2024

+1

from allure-plugin.

bop0hz avatar bop0hz commented on September 23, 2024

Hi @baev,

Could you please point on the references that can be used for the email template creation?

Thanks,
Dmitriy

from allure-plugin.

baev avatar baev commented on September 23, 2024

@bop0hz

At the moment there is draft template present in allure generator. See

https://github.com/allure-framework/allure2/blob/c4496b2ae22465affe64a24acafe72349ac1153a/allure-generator/src/main/java/io/qameta/allure/mail/MailPlugin.java
https://github.com/allure-framework/allure2/blob/c4496b2ae22465affe64a24acafe72349ac1153a/allure-generator/src/main/resources/tpl/mail.html.ftl

If you are going to implement it, here is some thoughts:

  1. we need to implement some sort of overview page summary from report.
  2. template work offline (include external scripts and styles directly to the template)
  3. mail should be displayed correctly in major mail clients

from allure-plugin.

SrinivasaGoteti avatar SrinivasaGoteti commented on September 23, 2024

Hello Team,

+1,

Need your help in solving this functionality as this helps rather going and checking the required report from html page all the time, it solves the problem by receiving the information via email.

from allure-plugin.

NirBehalf avatar NirBehalf commented on September 23, 2024

Hi @baev,

Is there an expected time arrival for this 'Allure summary report by email' feature release?

from allure-plugin.

karthick4kumaran avatar karthick4kumaran commented on September 23, 2024

Hey Guys,

I finally found a work around which doesn't involve any third party hosting or using amazon was s3 bucket. Please find my answer which involves a shell script/batch script in the below stackoverflow link,

https://stackoverflow.com/questions/41960081/how-to-send-an-email-of-allure-report/64011632#64011632

Hope this helps for those who are facing the same issue.

Thanks!!

from allure-plugin.

MihanEntalpo avatar MihanEntalpo commented on September 23, 2024

I've made a tool to build whole allure generate' result folder into a single html file viewable from browser: https://github.com/MihanEntalpo/allure-single-html-file

from allure-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.