I am currently using Appium for mobile automation and I would like to implement Allure Report (https://github.com/allure-framework/allure2) to generate our test reports. To view the HTML report, you must open it on a server (for example, in an aws s3 bucket, but this is not an option for me).
Is there any way to use and open Allure report on Bitrise? I read somewhere that maybe the bitrise API can help (because allure also generates junit report xml format).
Any tips?
Thanks,
Rafael