Package de.qytera.qtaf.xray.annotation
Annotation Interface XrayTest
Annotation that can be used for tests to configure documentation of test results in Xray.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanFlag that indicates whether an HTML report should be added as evidence to this test.booleanFlag that indicates whether screenshots should be added as evidence to this test.
-
Element Details
-
key
String keyInternal Xray test ID that can be used for uploading test execution results.- Returns:
- ID
-
-
-
scenarioReport
boolean scenarioReportFlag that indicates whether an HTML report should be added as evidence to this test.- Returns:
- whether HTML reports should be added
- Default:
- false
-
screenshots
boolean screenshotsFlag that indicates whether screenshots should be added as evidence to this test.- Returns:
- whether screenshots should be added
- Default:
- false
-