How to integrate Allure report with Bitbucket and Slack using Bitbucket pages

Quick guide on how to build a bitbucket pipeline file that generates allure report, pushes it to bb page and send a message to slack with a link to the report

Alona

--

The challenge

We do use Playwright for our Web and API tests. We decided to go with Allure-report because of its graphs, history, easy-to-debug options. The goal was to have reports in slack where anyone…

--

--