citrus icon indicating copy to clipboard operation
citrus copied to clipboard

Provide access to correlated IN-/OUT-Messages

Open tschlat opened this issue 4 years ago • 1 comments

User story As a tester I would like to have detailed information on my test execution. Very important information are the messages send and received during execution. I want to be able to define whether I want to see the details on each test case or only on failed test cases.

As a deveoper extending the Citrus framework, I want to be able to create a TestReporter that can access all Messages send/received during test execution.

tschlat avatar Dec 09 '21 12:12 tschlat

Thanks for your detailed description. I wonder if the MessageListener provides a possible solution for you? What would be needed to satisfy your needs?

christophd avatar Dec 12 '21 21:12 christophd