Dmitry Baev

Results 300 comments of Dmitry Baev

@koreyba there is no simple way to do that at the moment. But one of the main improvements of upcoming release (Allure 3) is possibility to configure plugins (including history...

PDF is already available in our paid offering [Allure TestOps](https://qameta.io). For Allure Report, it's planned for the version after 3.0

Is there any framework that uses the suggested convention to provide additional information for JUnit reports? If not, I suggest not introducing a new undocumented feature to an undocumented format...

I think the best way to implement it is to introduce a reserved property name that will store the link to an attachment, something like: ```xml ``` However, why wouldn't...

As for today, the easiest way is to maintain a custom fork of the allure2 repository or create a separate tool that relies on `allure-report` folder contents (like `summary.json`) to...

thx, I'm aware. Review is WIP, will try to finish it this week

@ShivaPotlapelli, I appreciate your request. Currently, Allure Report provides flaky marks for tests based on test history (and allows users to provide it manually from tests using RuntimeAPI). If I...

BTW, you don't need to use the `merge-reports` feature for Allure Report since Allure supports multiple results directories anyway: ```bash $ allure generate path/to/first/allure-results path/to/second/allure-results --output aggregated-report ``` The second...

But anyway, supporting the `merge-reports` feature would be nice, so we'll look at it.