How to use - Noksa/Allure.NUnit GitHub Wiki
Just inherit your base class or test class from [AllureReport]
Everything else is optional and is not required to enable reporting.
To create steps use Verify
class or RunStep
method.
Until 2.5.3 version do not forget to copy allureConfig.json
into test output folder.
Since 2.5.3, you can use custom path to the config file. See here.
More info here.