I have build a automation framework through protractor and build it on Azure Devops . In azure devops my automated test are running on linux server and allure test report is also getting stored there. Now I have a requirement to share it with stakeholders and peers through mail.
As allure api needs a server to host test reports . I don't want to host them on any server , I want to share them with mail . is it possible to do so?
Test Framework : Protractor Language : JS Reporting : Allure reports Project Management Tool : Azure Devops