Annotation Type TestRail
-
@Retention(RUNTIME) @Target(METHOD) public @interface TestRail
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]sectionDefine the Test Rail sections where the current test will be created section = {"level1", "level2", "level3"}
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringdescriptionExecutionType[]executionTypeDefine the Execution Type as it exist in Test Railsjava.lang.String[]referencesTestTypetestTypeDefine the test type as it exist in Test Rails
-
-
-
-
testType
TestType testType
Define the test type as it exist in Test Rails- Default:
- org.alfresco.utility.testrail.TestType.FUNCTIONAL
-
-
-
executionType
ExecutionType[] executionType
Define the Execution Type as it exist in Test Rails- Default:
- {org.alfresco.utility.testrail.ExecutionType.REGRESSION}
-
-