Class UploadResultsSubscriber
java.lang.Object
de.qytera.qtaf.xray.event_subscriber.UploadResultsSubscriber
- All Implemented Interfaces:
IEventSubscriber
Event subscriber that uploads test results to Xray API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic voidonTestFinished(IQtafTestingContext testContext) Method that is executed when testing has finished.
-
Constructor Details
-
UploadResultsSubscriber
public UploadResultsSubscriber()
-
-
Method Details
-
initialize
public void initialize()- Specified by:
initializein interfaceIEventSubscriber
-
onTestFinished
Method that is executed when testing has finished.- Parameters:
testContext- the test context payload
-