Need Help on Customized Reporting

117 views Asked by At

I have integrated One Third Party Reporting API with Citrus, Have implemented the TestListener interface. I am observing One Test Case is Printed Twice in the Reporting Dash Board, The Moment i debug i see the Reporting method is executed twice.

@Override
public void onTestSuccess(TestCase test) {

    ETest.log(LogStatus.PASS, "Test Case Passed"); (--> This line Executed twice every time 

}

Can you guys help me here.

regards BJ

1

There are 1 answers

0
Christoph Deppisch On BEST ANSWER

Find out how to add custom reports in Citrus: http://citrusframework.org/samples/reporting/

Also see the sample github sources