serenity-bdd / serenity-cucumber-starter

A skeleton project for Serenity BDD and Cucumber JVM
Apache License 2.0
178 stars 280 forks source link

How to stop the generation of reports other than index.html? #104

Open shrutigupta123 opened 1 year ago

shrutigupta123 commented 1 year ago

I want to reduce the size of my target folder, for that purpose I don't want all the serenity reports to be generated other than index.html, Is there a way to achieve this?

wakaleo commented 1 year ago

No, there is not way of doing that currently. But you can generate the single page HTML report which is self-contained.

shrutigupta123 commented 1 year ago

My main goal is to reduce the size of the target folder, so will the generation of single page HTML report help with that?