Allure Azure Plugin not showing custom categories on the pipeline #2498
Unanswered
mhanxchu
asked this question in
Questions & Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So we use allure as maven plugin for our java application. Before the Allure plugin task we have used bash script to cp the custom categories.json file and also the history folder to "../target/allure-results/" . Then we perform our mvn test run, which also execute the allure:report as goal and finally the allure azure plugin should create the report. Our allure history folder seems to be working, but the categories are not showing. I have tried that locally, to put custom categories.json into allure-results folder and it is working.
Beta Was this translation helpful? Give feedback.
All reactions