Skip to content

How to use

Alexandr D edited this page May 21, 2019 · 12 revisions

How to use

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.