Issue
Is it possible to integrate Allure [test reporting tool] into Atlassian Bitbucket Pipelines CI?
Solution
Yes, but you have to implement a lot manually. Our setup is:
- Tests save results
- allure-commandline generates report
- Generated report is published in a shared bucket on S3
- A link to the report is sent in email
Currently working on storing Allure history.
Answered By - Stanislav Rogozhin
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.