Allure Report Not Recognizing Attributes for Severity, Features, etc with Allure.xUnit #2799
Unanswered
wenxiao-yang
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
-
Hi there - I’m facing an issue with Allure reports not recognizing the attributes.
When I generate the report, the severity and feature details aren’t changed/displayed, even though I’ve added the appropriate annotations in my test code. I’m using the following command to generate the report:
dotnet test project.csproj -l "trx;LogFileName=test-results.trx" --results-directory allure-results
allure generate allure-results --clean -o allure-report
allure open allure-report
orallure serve allure-results
Is there something I might be missing in the configuration or setup to ensure these attributes show up correctly in the report? Any advice on resolving this would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions