Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Attributes

Nick Chursin edited this page Jan 17, 2022 · 4 revisions

Class only attributes

  • AllureNUnit - main attribute for Allure reporting.

    • [AllureNUnit] - creates base root test step. Is useful for displaying setUp/tearDown method results
    • [AllureNUnit(false)] - doesn't creates root test step. Is required for ScreenDiffs
  • AllureDisplayIgnored - adds ignored test to reports.

Class and method attributes

Suite attributes:

  • AllureParentSuite
  • AllureSuite
  • AllureSubSuite

Behaviours attributes:

  • AllureEpic
  • AllureFeature
  • AllureStory

Links attributes:

  • AllureTms
  • AllureLink
  • AllureIssue

Other attributes:

  • AllureLabel
  • AllureTag
  • AllureSeverity
  • AllureOwner
  • AllureStep