for test automation we are using serenity with jbehave. when we run the appropriate maven goal from Eclipse, it creates proper serenity reports.
Issue - JBehave reports created under "target/JBehave" folder are without any formatting. there are no table boundries, no JBehave title image at the top and failed scenarios are not shows in red font.
Is there any way to change the POM.xml or change the code so that JBehave report (with proper formatting) is created along with serenity reports.