serenity-bdd / serenity-cucumber

Cucumber integration for the Serenity BDD Reporting library
Other
78 stars 74 forks source link

Getting the Report Name #205

Open Errr0rr404 opened 5 years ago

Errr0rr404 commented 5 years ago

Index.html usually get the generated after the full execution. but How to find out the name of the report that gets generated after completion of each feature? while executing we want to upload the report to the QTest. so need the report on runtime .. suggestion will really be appreciated

wakaleo commented 5 years ago

You can set the serenity.compress.filenames property to false. But this may cause problems on Windows which has limits on the lengths of filenames. Otherwise you could process the json files, which contain all the details.