1

I have a serenity BDD framework which is up and running fine. I am getting the results in a html file (named randomly) separately for each scenario in target>site>serenity. Also I don't find any index.html file inside the folder.

I need a single html file where all the test results are displayed like we had in Thucydides [index.html] with dashboard and charts. can someone please help me to achieve this?????

This is how I am currently getting the reports

enter image description here

Deepak Prabhu
  • 219
  • 1
  • 4
  • 15

1 Answers1

2

As with Thucydides, you need to run the aggregate task, e.g. mvn serenity:aggregate or gradle aggregate.

John Smart
  • 969
  • 1
  • 5
  • 5