citrus
citrus copied to clipboard
Provide access to correlated IN-/OUT-Messages
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.
Thanks for your detailed description. I wonder if the MessageListener provides a possible solution for you? What would be needed to satisfy your needs?