allure-framework / allure-pytest

Deprecated, please use https://github.com/allure-framework/allure-python instead
Other
171 stars 83 forks source link

Feature/optim #128

Closed hasansna closed 7 years ago

hasansna commented 7 years ago

In cases when we generates a lot of testcases per suite a lot of files then are generated in allure html report.

In cases when we generates a lot of testcases per suite a lot of files then are generated in allure html report. A lot of files takes a lot of inodes in server file system, report generation takes more time and resources. By removing attachments,labels and steps from allure report tests reports became ~1/3 lighter. Created new parameter --allure_optimizereport using that it is possible to define what to remove