trivago / cluecumber

Clear and concise reporting for the Cucumber BDD JSON format.
https://www.softwaretester.blog
Apache License 2.0
272 stars 90 forks source link

single-file html generation #350

Closed sadiqkassamali closed 3 months ago

sadiqkassamali commented 4 months ago

looking for a way to generate single file html, so we dont have the zip around the folder with data.

Generate single HTML file after test are completed.

Allure as something similar with allure generate --single-file

bischoffdev commented 3 months ago

No sorry, this is not planned as this would mean changing the core Cluecumber engine completely.

sadiqkassamali commented 3 weeks ago

even if it's not planned, can you have it opened might come handy later

bischoffdev commented 3 weeks ago

Sorry no, this is not something that will happen with Cluecumber. Its architecture only allows a multi-page report setup. Also, having hundreds or even thousands of test cases along with attachments, docstrings and outputs in a single file would not make sense size and performance wise. So if the single page is something you require, then Cluecumber is probably not feasible for you.