| Class | Description |
|---|---|
| Allure |
The class contains some useful methods to work with
AllureLifecycle. |
| AllureLifecycle |
The class contains Allure context and methods to change it.
|
| Enum | Description |
|---|---|
| SeverityLevel |
| Annotation Type | Description |
|---|---|
| Attachment |
Used to mark methods that produce attachments.
|
| Description |
Annotation that allows to attach a description for a test or for a step.
|
| Epic |
Used to mark tests with epic label.
|
| Epics |
Wrapper annotation for
Epic. |
| Feature |
Used to mark tests with feature label.
|
| Features |
Wrapper annotation for
Feature. |
| Flaky |
Used to mark tests as flaky (unstable).
|
| Issue |
Used to link tests with issues.
|
| Issues |
Wrapper annotation for
Issue. |
| Link |
Use this annotation to add some links to results.
|
| Links |
Wrapper annotation for
Link. |
| Muted |
Used to mute tests.
|
| Owner |
Used to set tests owner.
|
| Severity |
Used to set severity for tests.
|
| Step |
Annotations to mark step methods.
|
| Stories |
Wrapper annotation for
Story. |
| Story |
Used to mark test case with a story label.
|
| TmsLink |
Used to link tests with test cases in external test management system.
|
| TmsLinks |
Wrapper annotation for
TmsLink. |