Annotation Interface LinkAnnotation


Marker annotation. Annotations marked by this annotation will be discovered by Allure and added to test results as a link.
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    This type is used for create an icon for link.
    Url for link.
    The value of link.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Field Details

  • Element Details

    • value

      String value
      The value of link. In not specified will take value from value() method of target annotation.
      Returns:
      the value of the link to add.
      Default:
      "$$$$$$$$__value__$$$$$$$$"
    • type

      String type
      This type is used for create an icon for link. Also there is few reserved types such as issue and tms.
      Returns:
      the link type.
      Default:
      "custom"
    • url

      String url
      Url for link. By default will search for system property `allure.link.{type}.pattern`, and use it to generate url.
      Returns:
      the link url.
      Default:
      ""