Class TestRailExecutor
java.lang.Object
org.alfresco.utility.testrail.core.TestRailExecutor
Is the author that will perform actions using
TestRailAPI-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddResultsForCases(List<TestCaseDetail> currentTestCases) static voidaddSections(List<Section> sections) static booleanexistsInAllSection(Section section) booleanvoidread all sections createduploadTestCase(org.testng.ITestResult currentTest)
-
Field Details
-
LOG
public static org.slf4j.Logger LOG
-
-
Constructor Details
-
TestRailExecutor
public TestRailExecutor()
-
-
Method Details
-
getAllSection
-
existsInAllSection
-
addSections
-
getAllTestCases
-
isEnabled
public boolean isEnabled()- Returns:
- boolean value if TestRail integration is enabled or not (i.e. testManagement.enabled=true)
-
uploadTestCase
-
prepareCurrentSuiteRun
public void prepareCurrentSuiteRun()read all sections created -
addResultsForCases
- Throws:
Exception
-