Skip to content

nunit-allure implementation #1824

Closed Answered by neparij
pattaswamyr asked this question in Questions & Support
Discussion options

You must be logged in to vote

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)

{
  "allure": {
    "directory": "<YOUR-RESULTS-DIRECTORY-HERE>",
  }
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by baev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants