• Home
  • Public Speaking
  • Travel

Reporting

After test executions, one of the most important tasks is to prepare a summary report in a beautiful view. We can make use of frameworks for this purpose. I had written about reports arising from JUnit , TestNG , Cucumber , Serenity , Gauge , Karate , Galen and Allure . In this page, all those are summed together.


1. JUNit



2. TestNG

Set output folder and see results after execution.


3. Cucumber

Set output folder and see results after execution.


With ReportBuilders, a more visual report can be generated:


4. Serenity

Configuration is done over serenity.conf file & reports are generated under: target/site/serenity


5. Gauge



6. Karate



7. Galen

Set output folder and see results after execution.


8. Allure