Search code examples
seleniumgradleallurebitbucket-pipelines

Does Allure supports Bitbucket Pipelines?


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.