Top "Cucumber-serenity" questions

Questions regarding use of Serenity with Cucumber BDD test automation tool

Generate Serenity aggregate report when tests are executed through Junit

I am running Cucumber+Serenity Tests using Junit: Code snippet: JUnitCore engine = new JUnitCore(); engine.addListener(new TextListener(System.out)); …

serenity-bdd cucumber-serenity
How to customize the reports for serenity BDD

I wish to change the CSS and logos in Serenity reports. Also I want to add some custom text or …

serenity-bdd cucumber-serenity