typhoon-hil / allure-docx

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

Ignore old results for the same test case #2

Closed Sup3rGeo closed 6 years ago

Sup3rGeo commented 6 years ago

Currently allure-docx will treat old test results for the same test case as individual test cases and show on report.

It should detect test results for an already existing test case and ignore all but the most recent.

Sup3rGeo commented 6 years ago

Done.