nunit-allure implementation #1824
-
Hi Team, We are implementing Nunit-Allure reports on existing C# framework. I have gone through the documents to implement Nunit-Allure in existing project, but here some issue with framework structure. Project-Solution All our test cases are distributed in the multiple Test-modules (projects) under one solution file. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
By design - every module has its own build directory with an allure-results folder inside.
|
Beta Was this translation helpful? Give feedback.
By design - every module has its own build directory with an allure-results folder inside.
But anyway, you can save your results to any directory you have write permissions.
Saving results to a single folder this way and generating report looks like a solution.
To change the allure-results directory, use allureConfig.json (it must be copied to the output directory on build)