How to generate and see Allure Reports on Bitrise?

I am running automation tests on Bitrise but don’t know how to generate Allure html reports. These Allure reports are getting generated locally but I don’t know if there is dedicated plugin/step to generate on Bitrise.

Requirement to view Allure HTML reports once execution is completed and then email it.

Please help.

1 Like

Hi @jeeva99!

Allure seems to be a web dashboard for displaying Appium test results stored in JUnit XML format. This means that you likely won’t be able to open these reports directly on Bitrise, instead, you need a server running Allure, and you’ll have to feed the test results there.

Unfortunately, Appium is not a framework we officially support as of now, I recommend browsing other threads for tips on how to get started!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.