allure-js icon indicating copy to clipboard operation
allure-js copied to clipboard

Can I send allure report via email through Jenkins?

Open gauravgandhi15 opened this issue 4 years ago • 1 comments

I'm submitting a ...

  • [ ] bug report
  • [x] feature request
  • [x] support request => Please do not submit support request here, see note at the top of this template.

What is the current behavior?

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem

What is the expected behavior?

What is the motivation / use case for changing the behavior?

Please tell us about your environment:

Allure version 2.7.0
Test framework jest@latest
Allure adaptor allure-mocha@latest
Generate report using allure-jenkins@latest

Other information

gauravgandhi15 avatar Mar 16 '20 21:03 gauravgandhi15

I'd say this question is unrelated to this repo. There is a jenkins plugin which can generate reports: https://plugins.jenkins.io/allure-jenkins-plugin/ Alternatively, look at 'allure-commandline' npm package.

When your static HTML files are generated you can send them as any other static content.

korobochka avatar Apr 03 '20 12:04 korobochka