-
-
Notifications
You must be signed in to change notification settings - Fork 6
How to use
Alexandr D edited this page May 21, 2019
·
12 revisions
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.