zaqqaz / jest-allure

Generate Allure Report for jest. Allure Report, a flexible lightweight multi-language test report tool with the possibility to add steps, attachments, parameters and so on.
MIT License
113 stars 38 forks source link

Unable to generate reports in pipeline #87

Open krishnastest opened 2 years ago

krishnastest commented 2 years ago

While running a bitbucket pipeline, the allure generate command gives error for JAVA_HOME. "allure generate --clean allure-results"

image