Hi John.
Is there any possibility to attach step-related logs to the reports, so user can open story in report, extend particular step and see log output for that step? It would be very useful for developers and testers as they could see what happened with tests in detail. Currently it is difficult to compare log outcome with reports outcome, especially if the process is run on Jenkins in several threads.
As I understand, Serenity uses log4j, and reports outcome is generated basing on outcome from steps listener. It would be useful to setup also a custom log appender, so step listener could know which part of log belongs to it.
Tell me if I sound stupid :)
Regards,
Dmytro Grablov