typhoon-hil / allure-docx

docx report generation based on allure-generated json files
MIT License
30 stars 14 forks source link

fixed java issue, added more information, adjusted layout, added detail-level #35

Closed bscheima closed 2 years ago

bscheima commented 2 years ago

When using with allure-results generated in java, keys of parameters will be added regardless if they exist, so I added an is empty check. I added duration, severity and links to the report and adjusted the layout a bit to be more clear. In particular every test headline now has its own color. I also added a detail-level called shipping, since we don't need the stacktrace for our purposes.