I am using Serenity BDD for my tests. Serenity generates test reports where each test case is detailed with it’s individual test steps. In these steps i want to print all information that was logged during the step execution like this:
enter image description here
I am using slf4j with logback for my logging.
Is there a configurative approach to achieve this, or do i have to add the information using Serenity.recordReportData().withTitle myself?
New contributor
nitschkeism is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.